mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2024-11-22 08:46:39 -06:00
Fix feature test, failed due to change the label tag to span tag for the accessibility.
This commit is contained in:
parent
64a8be3c4f
commit
d24a43b1cc
@ -65,7 +65,7 @@ class NavMenuLocators:
|
||||
"//span[text()='{0}']//following::span[text()='{1}']"
|
||||
|
||||
insert_bracket_pair_switch_btn = \
|
||||
"//div[label[normalize-space(text())='Insert bracket pairs?']]" \
|
||||
"//div[span[normalize-space(text())='Insert bracket pairs?']]" \
|
||||
"//div[contains(@class,'toggle btn')]"
|
||||
|
||||
backup_filename_txt_box_name = "file"
|
||||
|
Loading…
Reference in New Issue
Block a user