Skip to content

Commit f924b51

Browse files
Include tests for issue 4135
1 parent f2d1c01 commit f924b51

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

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

+6
Original file line numberDiff line numberDiff line change
@@ -193,4 +193,10 @@ public void hint_text_color() throws Exception {
193193

194194
this.assertImagesResults();
195195
}
196+
197+
@Test(groups = {"android", "ios"})
198+
public void secured_text_field_4135() throws Exception {
199+
this.cssBasePage.navToPage("secured-text-field-4135");
200+
this.assertScreen();
201+
}
196202
}

0 commit comments

Comments
 (0)