-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci(postman): Add delay for checkout refunds test cases (#2947)
- Loading branch information
1 parent
9989489
commit f4d534c
Showing
17 changed files
with
27 additions
and
186 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
setTimeout(function(){ | ||
console.log("Sleeping for 3 seconds before next request."); | ||
}, 3000); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
setTimeout(function(){ | ||
console.log("Sleeping for 3 seconds before next request."); | ||
}, 3000); |
3 changes: 3 additions & 0 deletions
3
...Testcases/Happy Cases/Scenario11-Save card flow/Refunds - Create Copy/event.prerequest.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
setTimeout(function(){ | ||
console.log("Sleeping for 3 seconds before next request."); | ||
}, 3000); |
5 changes: 0 additions & 5 deletions
5
...s/Scenario14-Save card payment with manual capture/Refunds - Create Copy/.event.meta.json
This file was deleted.
Oops, something went wrong.
55 changes: 0 additions & 55 deletions
55
...ases/Scenario14-Save card payment with manual capture/Refunds - Create Copy/event.test.js
This file was deleted.
Oops, something went wrong.
42 changes: 0 additions & 42 deletions
42
...Cases/Scenario14-Save card payment with manual capture/Refunds - Create Copy/request.json
This file was deleted.
Oops, something went wrong.
1 change: 0 additions & 1 deletion
1
...ases/Scenario14-Save card payment with manual capture/Refunds - Create Copy/response.json
This file was deleted.
Oops, something went wrong.
5 changes: 0 additions & 5 deletions
5
...Scenario14-Save card payment with manual capture/Refunds - Retrieve Copy/.event.meta.json
This file was deleted.
Oops, something went wrong.
50 changes: 0 additions & 50 deletions
50
...es/Scenario14-Save card payment with manual capture/Refunds - Retrieve Copy/event.test.js
This file was deleted.
Oops, something went wrong.
27 changes: 0 additions & 27 deletions
27
...ses/Scenario14-Save card payment with manual capture/Refunds - Retrieve Copy/request.json
This file was deleted.
Oops, something went wrong.
1 change: 0 additions & 1 deletion
1
...es/Scenario14-Save card payment with manual capture/Refunds - Retrieve Copy/response.json
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
setTimeout(function(){ | ||
console.log("Sleeping for 3 seconds before next request."); | ||
}, 3000); |
3 changes: 3 additions & 0 deletions
3
... Testcases/Happy Cases/Scenario9-Partial refund/Refunds - Create-copy/event.prerequest.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
setTimeout(function(){ | ||
console.log("Sleeping for 3 seconds before next request."); | ||
}, 3000); |
3 changes: 3 additions & 0 deletions
3
.../Flow Testcases/Happy Cases/Scenario9-Partial refund/Refunds - Create/event.prerequest.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
setTimeout(function(){ | ||
console.log("Sleeping for 3 seconds before next request."); | ||
}, 3000); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
setTimeout(function(){ | ||
console.log("Sleeping for 3 seconds before next request."); | ||
}, 3000); |
3 changes: 3 additions & 0 deletions
3
...ases/Variation Cases/Scenario6-Refund exceeds amount/Refunds - Create/event.prerequest.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
setTimeout(function(){ | ||
console.log("Sleeping for 3 seconds before next request."); | ||
}, 3000); |
3 changes: 3 additions & 0 deletions
3
...tion Cases/Scenario6-Refund for unsuccessful payment/Refunds - Create/event.prerequest.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
setTimeout(function(){ | ||
console.log("Sleeping for 3 seconds before next request."); | ||
}, 3000); |