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

Commit

Permalink
Merge pull request #10321 from kedark3/fix-console-tests
Browse files Browse the repository at this point in the history
[RFR] updating openstack console to use right elements for OSP 16
  • Loading branch information
mshriver authored Sep 10, 2020
2 parents 4efd64c + 7a8887c commit 63b3acd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cfme/cloud/provider/openstack.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ class OpenStackProvider(CloudProvider):
ems_pretty_name = 'OpenStack'

# xpath locators for elements, to be used by selenium
_console_connection_status_element = '//*[@id="noVNC_status"]'
_canvas_element = '//*[@id="noVNC_canvas"]'
_console_connection_status_element = '//*[@id="noVNC_status" or @id="status"]'
_canvas_element = '//*[@id="noVNC_canvas" or @id="screen"]'
_ctrl_alt_del_xpath = '//*[@id="sendCtrlAltDelButton"]'

api_port = attr.ib(default=None)
Expand Down

0 comments on commit 63b3acd

Please sign in to comment.