Skip to content

Commit 1b1b42b

Browse files
committed
Deliberately break test to make sure they are actually being run (trust but verify...)
1 parent 7ef8b6a commit 1b1b42b

File tree

1 file changed

+1
-1
lines changed
  • src/androidTestMedicmobilegammaDebug/java/org/medicmobile/webapp/mobile

1 file changed

+1
-1
lines changed

src/androidTestMedicmobilegammaDebug/java/org/medicmobile/webapp/mobile/LoginTests.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ public void testLoginScreen() throws Exception {
9292
.withElement(findElement(Locator.ID, "password"))
9393
.perform(clearElement())
9494
.perform(DriverAtoms.webKeys("fake_password"))
95-
.withElement(findElement(Locator.ID, "login"))
95+
.withElement(findElement(Locator.ID, "thisDoesNotExist"))
9696
.perform(webClick());
9797
Thread.sleep(4000);//TODO: use better ways to handle delays - takes longer with emulators
9898
onWebView()

0 commit comments

Comments
 (0)