mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Fixed feature test failure due to updating font-awesome from v4 to v5.
This commit is contained in:
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
Block a user