We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ef8b6a commit 1b1b42bCopy full SHA for 1b1b42b
src/androidTestMedicmobilegammaDebug/java/org/medicmobile/webapp/mobile/LoginTests.java
@@ -92,7 +92,7 @@ public void testLoginScreen() throws Exception {
92
.withElement(findElement(Locator.ID, "password"))
93
.perform(clearElement())
94
.perform(DriverAtoms.webKeys("fake_password"))
95
- .withElement(findElement(Locator.ID, "login"))
+ .withElement(findElement(Locator.ID, "thisDoesNotExist"))
96
.perform(webClick());
97
Thread.sleep(4000);//TODO: use better ways to handle delays - takes longer with emulators
98
onWebView()
0 commit comments