File tree Expand file tree Collapse file tree 2 files changed +4
-7
lines changed
java/ru/mystamps/web/tests/cases Expand file tree Collapse file tree 2 files changed +4
-7
lines changed Original file line number Diff line number Diff line change @@ -42,13 +42,6 @@ public void shouldExistsWelcomeText() {
42
42
assertThat (page .textPresent (tr ("t_you_may" ))).isTrue ();
43
43
}
44
44
45
- @ Test (groups = "misc" )
46
- public void linkForAddingSeriesShouldBeAbsent () {
47
- assertThat (page .linkWithLabelExists (tr ("t_add_series" )))
48
- .overridingErrorMessage ("should absent link to page for adding series of stamps" )
49
- .isFalse ();
50
- }
51
-
52
45
@ Test (groups = "misc" )
53
46
public void linkForAddingCategoriesShouldBeAbsent () {
54
47
assertThat (page .linkWithLabelExists (tr ("t_create_category" )))
Original file line number Diff line number Diff line change @@ -14,6 +14,10 @@ Anonymous should see a link for listing countries
14
14
[Tags] country
15
15
Page Should Contain Link link=show list of countries
16
16
17
+ Anonymous should not see a link for adding series
18
+ [Tags] series
19
+ Page Should Not Contain Link link=add a stamp series
20
+
17
21
*** Keywords ***
18
22
Before Test Suite
19
23
Open Browser ${SITE_URL } ${BROWSER }
You can’t perform that action at this time.
0 commit comments