File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
src/test/java/ru/mystamps/web/tests/page Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 34
34
35
35
public abstract class AbstractPageWithForm extends AbstractPage {
36
36
37
- private static final String LABEL_LOCATOR = "//label[@for=\" %s\" ]/span[@class=\" field-label\" ]" ;
38
- private static final String FIELD_ERROR_LOCATOR = "//span[@id=\" %s.errors\" ]" ;
39
- private static final String FIELD_REQUIRED_LOCATOR = "//span[@id=\" %s.required\" ]" ;
40
- private static final String FORM_ERROR_LOCATOR = "//div[@id=\" form.errors\" ]" ;
37
+ private static final String LABEL_LOCATOR = "//label[@for=\" %s\" ]/span[@class=\" field-label\" ]" ;
38
+ private static final String FIELD_ERROR_LOCATOR = "//span[@id=\" %s.errors\" ]" ;
39
+ private static final String FIELD_REQUIRED_LOCATOR = "//span[@id=\" %s.required\" ]" ;
40
+ private static final String FORM_ERROR_LOCATOR = "//div[@id=\" form.errors\" ]" ;
41
41
42
42
@ Getter private Form form ;
43
43
You can’t perform that action at this time.
0 commit comments