You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 7, 2022. It is now read-only.
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.
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.
The text was updated successfully, but these errors were encountered:
jan-zmeskal
changed the title
[Bug] Cloud provider network fails with NoSuchElementException
[Bug] Cloud provider network creation fails with NoSuchElementException
Nov 12, 2018
Specifically this:
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"><Choose></span> <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.
The text was updated successfully, but these errors were encountered: