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 shouldExistsLinkForListingCountries () {
47
- assertThat (page .linkWithLabelExists (tr ("t_show_countries_list" )))
48
- .overridingErrorMessage ("should exists link to page for listing countries" )
49
- .isTrue ();
50
- }
51
-
52
45
@ Test (groups = "misc" )
53
46
public void linkForAddingSeriesShouldBeAbsent () {
54
47
assertThat (page .linkWithLabelExists (tr ("t_add_series" )))
Original file line number Diff line number Diff line change @@ -10,6 +10,10 @@ Anonymous should see a link for listing categories
10
10
[Tags] category
11
11
Page Should Contain Link link=show list of categories
12
12
13
+ Anonymous should see a link for listing countries
14
+ [Tags] country
15
+ Page Should Contain Link link=show list of countries
16
+
13
17
*** Keywords ***
14
18
Before Test Suite
15
19
Open Browser ${SITE_URL } ${BROWSER }
You can’t perform that action at this time.
0 commit comments