Skip to content

Commit 66b1882

Browse files
author
Álvaro Santos Laserna López
committed
bring back the locator
1 parent 684ecf4 commit 66b1882

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/test/java/pages/GoogleLandingPage.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ public class GoogleLandingPage {
1111
private UIElement googleSearch = E(byXpath("//button[@class='Tg7LZd']"))
1212
.setSelenideElement(byName("btnK"))
1313
.setiOSElement(byId("id"));
14-
private UIElement googleSearchInput = E(byText("text"))
14+
private UIElement googleSearchInput = E(byName("q"))
1515
.setSelenideElement(byName("q"));
1616
}

0 commit comments

Comments
 (0)