-
Notifications
You must be signed in to change notification settings - Fork 165
Conversation
widgetastic_manageiq/__init__.py
Outdated
'/span[contains(@class,"dual-pane-mapper-item-container")]' | ||
ITEMS_LOCATOR = VersionPick( | ||
{ | ||
"5.11": './div/div/span[contains(@class,"dual-pane-mapper-item-container")]', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Are the prepended div
's necessary? I.e. could you just do:
.//span[contains(@class,"dual-pane-mapper-item-container")]
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
1 small question, thanks for this PR @sshveta
@sshveta , thanks for this PR. Could you pls look into the Travis CI build failure and get this PR merged ? Just an FYI, I pulled these changes locally and the test_v2v_infra_map_ui test passed locally. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 👍
SELECTED_ITEMS_LOCATOR = ( | ||
'./div[contains(@class,"selected")]/div/div' | ||
'.//div[contains(@class,"selected")]/..' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Optional: I would use parent
{{ pytest: cfme/tests/v2v/test_v2v_migrations_ui.py --use-template-cache --provider-limit 2 --use-provider osp13-ims --use-provider vsphere65-nested -qsvv -k test_v2v_infra_map_ui}}