Skip to content

Commit 41f9927

Browse files
tests: fix selector for ios
1 parent 73ba9a7 commit 41f9927

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

e2e/pages/selector-page.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ export class SelectorPage extends BasePage {
2020
}
2121

2222
async addItem() {
23-
this._btnAddItem = await this._driver.findElementByText("ADD");
23+
this._btnAddItem = await this._driver.findElementByText("add");
2424
await this._btnAddItem.click();
2525
}
2626

0 commit comments

Comments
 (0)