Fixed feature test failure due to updating font-awesome from v4 to v5.

This commit is contained in:
Yogesh Mahajan 2020-08-17 12:31:19 +05:30 committed by Akshay Joshi
parent 085a4f4abf
commit 0122cf9aac

View File

@ -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']"