@@ -27,11 +27,11 @@ public class CustomerService_Tests extends Hooks {
27
27
@ Description ("As a user I would like to contact with customer service support ->\n " +
28
28
"I will send request via contact us form, all inputs are filled up" )
29
29
@ Severity (SeverityLevel .NORMAL )
30
- @ Issue ("TAP-001 " )
30
+ @ Issue ("TAP-0005 " )
31
31
@ Story ("POSITIVE FLOW" )
32
32
public void test_1 () throws Throwable {
33
33
//ARRANGE//
34
- ExcelEnvironment .saveTestResultsXLSX (1 );
34
+ ExcelEnvironment .saveTestResultsXLSX (5 );
35
35
36
36
37
37
final MainPageSteps mainPageSteps = new MainPageSteps (new ContextInjection ());
@@ -59,11 +59,11 @@ public void test_1() throws Throwable {
59
59
@ Description ("As a user I would like to contact with customer service support ->\n " +
60
60
"I will send request via contact us form, all required inputs are filled up" )
61
61
@ Severity (SeverityLevel .NORMAL )
62
- @ Issue ("TAP-002 " )
62
+ @ Issue ("TAP-0006 " )
63
63
@ Story ("POSITIVE FLOW" )
64
64
public void test_2 () throws Throwable {
65
65
//ARRANGE//
66
- ExcelEnvironment .saveTestResultsXLSX (2 );
66
+ ExcelEnvironment .saveTestResultsXLSX (6 );
67
67
68
68
final MainPageSteps mainPageSteps = new MainPageSteps (new ContextInjection ());
69
69
final CustomerServicePageSteps customerServicePageSteps = new CustomerServicePageSteps ();
@@ -89,11 +89,11 @@ public void test_2() throws Throwable {
89
89
@ Description ("As a user I would like to contact with customer service support ->\n " +
90
90
"I will send request via contact us form witch attached file" )
91
91
@ Severity (SeverityLevel .NORMAL )
92
- @ Issue ("TAP-003 " )
92
+ @ Issue ("TAP-0007 " )
93
93
@ Story ("POSITIVE FLOW" )
94
94
public void test_3 () throws Throwable {
95
95
//ARRANGE//
96
- ExcelEnvironment .saveTestResultsXLSX (3 );
96
+ ExcelEnvironment .saveTestResultsXLSX (7 );
97
97
98
98
final MainPageSteps mainPageSteps = new MainPageSteps (new ContextInjection ());
99
99
final CustomerServicePageSteps customerServicePageSteps = new CustomerServicePageSteps ();
@@ -121,11 +121,11 @@ public void test_3() throws Throwable {
121
121
@ Description ("As a user I would like to contact with customer service support ->\n " +
122
122
"I will send request via contact us form, email input is invalid" )
123
123
@ Severity (SeverityLevel .NORMAL )
124
- @ Issue ("TAP-004 " )
124
+ @ Issue ("TAP-0008 " )
125
125
@ Story ("NEGATIVE FLOW" )
126
126
public void test_4 () throws Throwable {
127
127
//ARRANGE//
128
- ExcelEnvironment .saveTestResultsXLSX (4 );
128
+ ExcelEnvironment .saveTestResultsXLSX (8 );
129
129
130
130
final MainPageSteps mainPageSteps = new MainPageSteps (new ContextInjection ());
131
131
final CustomerServicePageSteps customerServicePageSteps = new CustomerServicePageSteps ();
@@ -153,11 +153,11 @@ public void test_4() throws Throwable {
153
153
@ Description ("As a user I would like to contact with customer service support ->\n " +
154
154
"I will send request via contact us form, subject is missing" )
155
155
@ Severity (SeverityLevel .NORMAL )
156
- @ Issue ("TAP-005 " )
156
+ @ Issue ("TAP-0009 " )
157
157
@ Story ("NEGATIVE FLOW" )
158
158
public void test_5 () throws Throwable {
159
159
//ARRANGE//
160
- ExcelEnvironment .saveTestResultsXLSX (5 );
160
+ ExcelEnvironment .saveTestResultsXLSX (9 );
161
161
162
162
final MainPageSteps mainPageSteps = new MainPageSteps (new ContextInjection ());
163
163
final CustomerServicePageSteps customerServicePageSteps = new CustomerServicePageSteps ();
@@ -185,11 +185,11 @@ public void test_5() throws Throwable {
185
185
@ Description ("As a user I would like to contact with customer service support ->\n " +
186
186
"I will send request via contact us form, email address is missing" )
187
187
@ Severity (SeverityLevel .NORMAL )
188
- @ Issue ("TAP-006 " )
188
+ @ Issue ("TAP-0010 " )
189
189
@ Story ("NEGATIVE FLOW" )
190
190
public void test_6 () throws Throwable {
191
191
//ARRANGE//
192
- ExcelEnvironment .saveTestResultsXLSX (6 );
192
+ ExcelEnvironment .saveTestResultsXLSX (10 );
193
193
194
194
final MainPageSteps mainPageSteps = new MainPageSteps (new ContextInjection ());
195
195
final CustomerServicePageSteps customerServicePageSteps = new CustomerServicePageSteps ();
@@ -217,11 +217,11 @@ public void test_6() throws Throwable {
217
217
@ Description ("As a user I would like to contact with customer service support ->\n " +
218
218
"I will send request via contact us form, message input is missing" )
219
219
@ Severity (SeverityLevel .NORMAL )
220
- @ Issue ("TAP-007 " )
220
+ @ Issue ("TAP-0011 " )
221
221
@ Story ("NEGATIVE FLOW" )
222
222
public void test_7 () throws Throwable {
223
223
//ARRANGE//
224
- ExcelEnvironment .saveTestResultsXLSX (7 );
224
+ ExcelEnvironment .saveTestResultsXLSX (11 );
225
225
226
226
final MainPageSteps mainPageSteps = new MainPageSteps (new ContextInjection ());
227
227
final CustomerServicePageSteps customerServicePageSteps = new CustomerServicePageSteps ();
@@ -249,11 +249,11 @@ public void test_7() throws Throwable {
249
249
@ Description ("As a user I would like to contact with customer service support ->\n " +
250
250
"I will send request via contact us form, all inputs are missing" )
251
251
@ Severity (SeverityLevel .NORMAL )
252
- @ Issue ("TAP-008 " )
252
+ @ Issue ("TAP-0012 " )
253
253
@ Story ("NEGATIVE FLOW" )
254
254
public void test_8 () throws Throwable {
255
255
//ARRANGE//
256
- ExcelEnvironment .saveTestResultsXLSX (8 );
256
+ ExcelEnvironment .saveTestResultsXLSX (12 );
257
257
258
258
final MainPageSteps mainPageSteps = new MainPageSteps (new ContextInjection ());
259
259
final CustomerServicePageSteps customerServicePageSteps = new CustomerServicePageSteps ();
0 commit comments