File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -102,6 +102,14 @@ Feature: Multiline
102102 Then I check if text in "//table//tr[1]/td[3]" match regex "~\" atk_afp_tbl__box\" :8[,}]~"
103103 Then I check if text in "//table//tr[1]/td[3]" match regex "~\{\" atk_afp_tbl__id\" :2,[^{}]*\" atk_afp_tbl__item\" :\" Mango\" ,~"
104104
105+ When I click using selector "//table//tr[1]//i.icon.edit"
106+ When I click using selector "(//div.modal.active//div.field[label[text()='Items']]//input[@type=\" checkbox\" ])[1]"
107+ When I click using selector "//div.modal.active//div.field[label[text()='Items']]//tfoot//button[i.trash.icon]"
108+ When I press Modal button "Save"
109+ Then Toast display should contain text "Record has been saved!"
110+ Then I check if text in "//table//tr[1]/td[2]" match regex "~^\{\" atk_afp_tbl__id\" :1,[^{}]*\" atk_afp_tbl__item\" :\" Melon\" ,~"
111+ Then I check if text in "//table//tr[1]/td[3]" match regex "~^\[\{\" atk_afp_tbl__id\" :2,[^{}]*\" atk_afp_tbl__item\" :\" Mango\" ,~"
112+
105113 When I click using selector "//table//tr[1]//i.icon.trash"
106114 When I press Modal button "Ok"
107115 Then Toast display should contain text "Record has been deleted!"
You can’t perform that action at this time.
0 commit comments