File tree 2 files changed +4
-7
lines changed
java/ru/mystamps/web/tests/cases
2 files changed +4
-7
lines changed Original file line number Diff line number Diff line change @@ -57,11 +57,4 @@ public void shouldExistsWelcomeText() {
57
57
assertThat (page .textPresent (tr ("t_you_may" ))).isTrue ();
58
58
}
59
59
60
- @ Test (groups = "misc" )
61
- public void shouldExistsLinkForListingCategories () {
62
- assertThat (page .linkWithLabelExists (tr ("t_show_categories_list" )))
63
- .overridingErrorMessage ("should exists link to page for listing categories" )
64
- .isTrue ();
65
- }
66
-
67
60
}
Original file line number Diff line number Diff line change @@ -31,6 +31,10 @@ Admin should see a link for adding categories
31
31
[Tags] category
32
32
Page Should Contain Link link=add category
33
33
34
+ Admin should see a link for listing categories
35
+ [Tags] category
36
+ Page Should Contain Link link=show list of categories
37
+
34
38
*** Keywords ***
35
39
Before Test Suite
36
40
Open Browser ${SITE_URL } ${BROWSER }
You can’t perform that action at this time.
0 commit comments