Skip to content

Commit eb4116f

Browse files
Additional changes of the #473: improvements of FingerPrintTest
1 parent 2585bba commit eb4116f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/io/appium/java_client/android/FingerPrintTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ private void clickOnSecurity() {
115115

116116
driver.fingerPrint(2);
117117
try {
118-
driver.findElementById("com.android.settings:id/next_button").click();
118+
clickNext();
119119
} catch (Exception e) {
120120
Assert.fail("fingerprint command fail to execute");
121121
}

0 commit comments

Comments
 (0)