Fixed feature test failure due to updating font-awesome from v4 to v5.
parent
085a4f4abf
commit
0122cf9aac
|
|
@ -89,7 +89,7 @@ class NavMenuLocators:
|
|||
|
||||
process_watcher_close_button_xpath = \
|
||||
"//div[contains(@class,'wcFloating')]//" \
|
||||
"div[contains(@class,'fa-close')]"
|
||||
"div[@aria-label='Close panel']//div"
|
||||
|
||||
restore_file_name_xpath = "//div[contains(text(),'Restore')]" \
|
||||
"//following::input[@name='file']"
|
||||
|
|
|
|||
Loading…
Reference in New Issue