@@ -27,11 +27,11 @@ public class CustomerService_Tests extends Hooks {
2727 @ Description ("As a user I would like to contact with customer service support ->\n " +
2828 "I will send request via contact us form, all inputs are filled up" )
2929 @ Severity (SeverityLevel .NORMAL )
30- @ Issue ("TAP-001 " )
30+ @ Issue ("TAP-0005 " )
3131 @ Story ("POSITIVE FLOW" )
3232 public void test_1 () throws Throwable {
3333 //ARRANGE//
34- ExcelEnvironment .saveTestResultsXLSX (1 );
34+ ExcelEnvironment .saveTestResultsXLSX (5 );
3535
3636
3737 final MainPageSteps mainPageSteps = new MainPageSteps (new ContextInjection ());
@@ -59,11 +59,11 @@ public void test_1() throws Throwable {
5959 @ Description ("As a user I would like to contact with customer service support ->\n " +
6060 "I will send request via contact us form, all required inputs are filled up" )
6161 @ Severity (SeverityLevel .NORMAL )
62- @ Issue ("TAP-002 " )
62+ @ Issue ("TAP-0006 " )
6363 @ Story ("POSITIVE FLOW" )
6464 public void test_2 () throws Throwable {
6565 //ARRANGE//
66- ExcelEnvironment .saveTestResultsXLSX (2 );
66+ ExcelEnvironment .saveTestResultsXLSX (6 );
6767
6868 final MainPageSteps mainPageSteps = new MainPageSteps (new ContextInjection ());
6969 final CustomerServicePageSteps customerServicePageSteps = new CustomerServicePageSteps ();
@@ -89,11 +89,11 @@ public void test_2() throws Throwable {
8989 @ Description ("As a user I would like to contact with customer service support ->\n " +
9090 "I will send request via contact us form witch attached file" )
9191 @ Severity (SeverityLevel .NORMAL )
92- @ Issue ("TAP-003 " )
92+ @ Issue ("TAP-0007 " )
9393 @ Story ("POSITIVE FLOW" )
9494 public void test_3 () throws Throwable {
9595 //ARRANGE//
96- ExcelEnvironment .saveTestResultsXLSX (3 );
96+ ExcelEnvironment .saveTestResultsXLSX (7 );
9797
9898 final MainPageSteps mainPageSteps = new MainPageSteps (new ContextInjection ());
9999 final CustomerServicePageSteps customerServicePageSteps = new CustomerServicePageSteps ();
@@ -121,11 +121,11 @@ public void test_3() throws Throwable {
121121 @ Description ("As a user I would like to contact with customer service support ->\n " +
122122 "I will send request via contact us form, email input is invalid" )
123123 @ Severity (SeverityLevel .NORMAL )
124- @ Issue ("TAP-004 " )
124+ @ Issue ("TAP-0008 " )
125125 @ Story ("NEGATIVE FLOW" )
126126 public void test_4 () throws Throwable {
127127 //ARRANGE//
128- ExcelEnvironment .saveTestResultsXLSX (4 );
128+ ExcelEnvironment .saveTestResultsXLSX (8 );
129129
130130 final MainPageSteps mainPageSteps = new MainPageSteps (new ContextInjection ());
131131 final CustomerServicePageSteps customerServicePageSteps = new CustomerServicePageSteps ();
@@ -153,11 +153,11 @@ public void test_4() throws Throwable {
153153 @ Description ("As a user I would like to contact with customer service support ->\n " +
154154 "I will send request via contact us form, subject is missing" )
155155 @ Severity (SeverityLevel .NORMAL )
156- @ Issue ("TAP-005 " )
156+ @ Issue ("TAP-0009 " )
157157 @ Story ("NEGATIVE FLOW" )
158158 public void test_5 () throws Throwable {
159159 //ARRANGE//
160- ExcelEnvironment .saveTestResultsXLSX (5 );
160+ ExcelEnvironment .saveTestResultsXLSX (9 );
161161
162162 final MainPageSteps mainPageSteps = new MainPageSteps (new ContextInjection ());
163163 final CustomerServicePageSteps customerServicePageSteps = new CustomerServicePageSteps ();
@@ -185,11 +185,11 @@ public void test_5() throws Throwable {
185185 @ Description ("As a user I would like to contact with customer service support ->\n " +
186186 "I will send request via contact us form, email address is missing" )
187187 @ Severity (SeverityLevel .NORMAL )
188- @ Issue ("TAP-006 " )
188+ @ Issue ("TAP-0010 " )
189189 @ Story ("NEGATIVE FLOW" )
190190 public void test_6 () throws Throwable {
191191 //ARRANGE//
192- ExcelEnvironment .saveTestResultsXLSX (6 );
192+ ExcelEnvironment .saveTestResultsXLSX (10 );
193193
194194 final MainPageSteps mainPageSteps = new MainPageSteps (new ContextInjection ());
195195 final CustomerServicePageSteps customerServicePageSteps = new CustomerServicePageSteps ();
@@ -217,11 +217,11 @@ public void test_6() throws Throwable {
217217 @ Description ("As a user I would like to contact with customer service support ->\n " +
218218 "I will send request via contact us form, message input is missing" )
219219 @ Severity (SeverityLevel .NORMAL )
220- @ Issue ("TAP-007 " )
220+ @ Issue ("TAP-0011 " )
221221 @ Story ("NEGATIVE FLOW" )
222222 public void test_7 () throws Throwable {
223223 //ARRANGE//
224- ExcelEnvironment .saveTestResultsXLSX (7 );
224+ ExcelEnvironment .saveTestResultsXLSX (11 );
225225
226226 final MainPageSteps mainPageSteps = new MainPageSteps (new ContextInjection ());
227227 final CustomerServicePageSteps customerServicePageSteps = new CustomerServicePageSteps ();
@@ -249,11 +249,11 @@ public void test_7() throws Throwable {
249249 @ Description ("As a user I would like to contact with customer service support ->\n " +
250250 "I will send request via contact us form, all inputs are missing" )
251251 @ Severity (SeverityLevel .NORMAL )
252- @ Issue ("TAP-008 " )
252+ @ Issue ("TAP-0012 " )
253253 @ Story ("NEGATIVE FLOW" )
254254 public void test_8 () throws Throwable {
255255 //ARRANGE//
256- ExcelEnvironment .saveTestResultsXLSX (8 );
256+ ExcelEnvironment .saveTestResultsXLSX (12 );
257257
258258 final MainPageSteps mainPageSteps = new MainPageSteps (new ContextInjection ());
259259 final CustomerServicePageSteps customerServicePageSteps = new CustomerServicePageSteps ();
0 commit comments