There was an error while loading. Please reload this page.
1 parent 4191dc6 commit 5f909b3Copy full SHA for 5f909b3
src/test/java/io/appium/java_client/pagefactory_tests/SelendroidModeTest.java
@@ -69,7 +69,7 @@ public class SelendroidModeTest {
69
@SelendroidFindBy(linkText = "Accessibility")
70
private WebElement textLink;
71
72
- @SelendroidFindBy(linkText = "ccessibilit")
+ @SelendroidFindBy(partialLinkText = "ccessibilit")
73
private WebElement textPartialLink;
74
75
@Before
0 commit comments