Fix feature test, failed due to change the label tag to span tag for the accessibility.

pull/27/head
Akshay Joshi 2020-02-03 13:14:28 +05:30
parent 64a8be3c4f
commit d24a43b1cc
1 changed files with 1 additions and 1 deletions

View File

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