Skip to content

Commit 88f67e4

Browse files
vchimevvchimev
vchimev
authored and
vchimev
committed
Fix a test
1 parent f924b51 commit 88f67e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/test/java/uitests/Tests/Css/CssCommonTests.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ public void hint_text_color() throws Exception {
196196

197197
@Test(groups = {"android", "ios"})
198198
public void secured_text_field_4135() throws Exception {
199-
this.cssBasePage.navToPage("secured-text-field-4135");
199+
this.cssBasePage.navToPage("secured-text-field");
200200
this.assertScreen();
201201
}
202202
}

0 commit comments

Comments
 (0)