We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 684ecf4 commit 66b1882Copy full SHA for 66b1882
1 file changed
src/test/java/pages/GoogleLandingPage.java
@@ -11,6 +11,6 @@ public class GoogleLandingPage {
11
private UIElement googleSearch = E(byXpath("//button[@class='Tg7LZd']"))
12
.setSelenideElement(byName("btnK"))
13
.setiOSElement(byId("id"));
14
- private UIElement googleSearchInput = E(byText("text"))
+ private UIElement googleSearchInput = E(byName("q"))
15
.setSelenideElement(byName("q"));
16
}
0 commit comments