Skip to content

Commit 5f909b3

Browse files
committed
Fix partialLinkText
1 parent 4191dc6 commit 5f909b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/io/appium/java_client/pagefactory_tests/SelendroidModeTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ public class SelendroidModeTest {
6969
@SelendroidFindBy(linkText = "Accessibility")
7070
private WebElement textLink;
7171

72-
@SelendroidFindBy(linkText = "ccessibilit")
72+
@SelendroidFindBy(partialLinkText = "ccessibilit")
7373
private WebElement textPartialLink;
7474

7575
@Before

0 commit comments

Comments
 (0)