File tree 5 files changed +8
-0
lines changed
5 files changed +8
-0
lines changed Original file line number Diff line number Diff line change 938
938
<!-- See also ru.mystamps.web.Url.SITE constant -->
939
939
<variable >SITE_URL:http://127.0.0.1:8080</variable >
940
940
</variables >
941
+ <nonCriticalTags >
942
+ <!-- Allow to tests with this tag to fail without changing final status -->
943
+ <nonCriticalTag >unstable</nonCriticalTag >
944
+ </nonCriticalTags >
941
945
</configuration >
942
946
<executions >
943
947
<execution >
Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ Force Tags country logic
9
9
*** Test Cases ***
10
10
Create country with name in English
11
11
[Documentation] Verify creation of country by filling only mandatory fields
12
+ [Tags] unstable
12
13
Input Text id=name Germany
13
14
Submit Form id=add-country-form
14
15
Location Should Be ${SITE_URL } /country/germany
Original file line number Diff line number Diff line change @@ -22,6 +22,7 @@ Create series by filling only required fields
22
22
23
23
Create series by filling all fields
24
24
[Documentation] Verify creation of series by filling all fields
25
+ [Tags] unstable
25
26
Select From List By Label id=category Sport
26
27
Select Country Italy
27
28
Input Text id=quantity 3
Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ Force Tags series misc
9
9
*** Test Cases ***
10
10
Catalog numbers should accept valid values
11
11
[Documentation] Verify that fields with catalog numbers accept valid values
12
+ [Tags] unstable
12
13
[Template] Valid Catalog Numbers Should Be Accepted
13
14
7
14
15
7 ,8
Original file line number Diff line number Diff line change @@ -32,6 +32,7 @@ Create series with empty image
32
32
33
33
Catalog numbers should reject invalid values
34
34
[Documentation] Verify that fields with catalog numbers reject invalid values
35
+ [Tags] unstable
35
36
[Template] Invalid Catalog Numbers Should Be Rejected
36
37
t
37
38
t,t
You can’t perform that action at this time.
0 commit comments