Skip to content

Commit 7a330f0

Browse files
committed
AbstractPageWithForm: reduce indentation.
Should be in 062174a commit. No code changes.
1 parent 0c44c52 commit 7a330f0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/test/java/ru/mystamps/web/tests/page/AbstractPageWithForm.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,10 @@
3434

3535
public abstract class AbstractPageWithForm extends AbstractPage {
3636

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\"]";
4141

4242
@Getter private Form form;
4343

0 commit comments

Comments
 (0)