File tree Expand file tree Collapse file tree 1 file changed +8
-24
lines changed
Expand file tree Collapse file tree 1 file changed +8
-24
lines changed Original file line number Diff line number Diff line change 11import { Given , When , Then } from "@cucumber/cucumber" ;
22
3- When ( "user clicks shopping cart icon" , async function ( ) {
3+ When ( "user clicks shopping cart icon" , async function ( ) { } ) ;
44
5- } ) ;
5+ When ( "user click proceed to checkout button" , async function ( ) { } ) ;
66
7- When ( "user click proceed to checkout button" , async function ( ) {
8-
9- } ) ;
10-
11- When ( "user logs in" , async function ( ) {
12-
13- } ) ;
7+ When ( "user logs in" , async function ( ) { } ) ;
148
159When (
1610 "user fills in the shipping address details and click proceeds to checkout button" ,
17- async function ( ) {
18-
19- }
11+ async function ( ) { }
2012) ;
2113
22- When ( "user select payment method <{string}>" , async function ( string ) {
23-
24- } ) ;
14+ When ( "user select payment method <{string}>" , async function ( string ) { } ) ;
2515
2616When (
2717 "user enters valid payment details for <{string}>" ,
28- async function ( string ) {
29- =
30- }
18+ async function ( string ) { }
3119) ;
3220
33- When ( "user clicks confirm button" , async function ( ) {
34-
35- } ) ;
36-
37- Then ( "user should see an order confirmation message" , async function ( ) {
21+ When ( "user clicks confirm button" , async function ( ) { } ) ;
3822
39- } ) ;
23+ Then ( "user should see an order confirmation message" , async function ( ) { } ) ;
You can’t perform that action at this time.
0 commit comments