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,13 +57,6 @@ public void shouldExistsWelcomeText() {
57
57
assertThat (page .textPresent (tr ("t_you_may" ))).isTrue ();
58
58
}
59
59
60
- @ Test (groups = "misc" )
61
- public void shouldExistsLinkForAddingCategories () {
62
- assertThat (page .linkWithLabelExists (tr ("t_create_category" )))
63
- .overridingErrorMessage ("should exists link to page for adding categories" )
64
- .isTrue ();
65
- }
66
-
67
60
@ Test (groups = "misc" )
68
61
public void shouldExistsLinkForListingCategories () {
69
62
assertThat (page .linkWithLabelExists (tr ("t_show_categories_list" )))
Original file line number Diff line number Diff line change @@ -27,6 +27,10 @@ Admin should see a link for listing countries
27
27
[Tags] country
28
28
Page Should Contain Link link=show list of countries
29
29
30
+ Admin should see a link for adding categories
31
+ [Tags] category
32
+ Page Should Contain Link link=add category
33
+
30
34
*** Keywords ***
31
35
Before Test Suite
32
36
Open Browser ${SITE_URL } ${BROWSER }
You can’t perform that action at this time.
0 commit comments