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 @@ -42,11 +42,4 @@ public void shouldExistsWelcomeText() {
42
42
assertThat (page .textPresent (tr ("t_you_may" ))).isTrue ();
43
43
}
44
44
45
- @ Test (groups = "misc" )
46
- public void linkForAddingCountriesShouldBeAbsent () {
47
- assertThat (page .linkWithLabelExists (tr ("t_add_country" )))
48
- .overridingErrorMessage ("should absent link to page for adding countries" )
49
- .isFalse ();
50
- }
51
-
52
45
}
Original file line number Diff line number Diff line change @@ -18,6 +18,10 @@ Anonymous should see a link for listing countries
18
18
[Tags] country
19
19
Page Should Contain Link link=show list of countries
20
20
21
+ Anonymous should not see a link for adding countries
22
+ [Tags] country
23
+ Page Should Not Contain Link link=add a country
24
+
21
25
Anonymous should not see a link for adding series
22
26
[Tags] series
23
27
Page Should Not Contain Link link=add a stamp series
You can’t perform that action at this time.
0 commit comments