Skip to content
This repository has been archived by the owner on Apr 7, 2022. It is now read-only.

[Bug] Cloud provider network creation fails with NoSuchElementException #8128

Open
jan-zmeskal opened this issue Nov 12, 2018 · 2 comments
Open
Assignees

Comments

@jan-zmeskal
Copy link
Contributor

Specifically this:

NoSuchElementException: Message: Could not find an element './/select[@id="ems_id"]'

This is most probably caused by CloudNetworkAddView not describing web elements properly. Here's the element that is responsible for choosing Network Manager. As you can see, it is no more Select, but rather Button.

<button type="button" class="btn dropdown-toggle bs-placeholder btn-default" data-toggle="dropdown" role="button" data-id="ems_id" title="<Choose>"><span class="filter-option pull-left">&lt;Choose&gt;</span>&nbsp;<span class="bs-caret"><span class="caret"></span></span></button>

Fixing this would of course be a trivial change, but it seems that are more problems on that page. Namely web element that chooses Cloud Tenant no longer seems to have any unique identifier, i.e. either a id or a name. Therefore I am reporting this to CFME QE core team.

@jan-zmeskal jan-zmeskal changed the title [Bug] Cloud provider network fails with NoSuchElementException [Bug] Cloud provider network creation fails with NoSuchElementException Nov 12, 2018
@mshriver mshriver assigned mshriver and unassigned mshriver Nov 12, 2018
@mshriver
Copy link
Member

@mmojzis Can you or @JaryN look into this locator failure on the CloudNetwork page? Listed as FA owner/backup, if not let me know and I'll try to fix.

@mmojzis
Copy link
Contributor

mmojzis commented Nov 12, 2018

@mshriver I will look into this locator tomorrow.

@mshriver mshriver assigned mshriver and unassigned mshriver Nov 13, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants