Skip to content

Commit c234601

Browse files
committed
refactor; add processing state to expect active
1 parent 5250455 commit c234601

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: cypress-tests/cypress/support/commands.js

+1
Original file line numberDiff line numberDiff line change
@@ -2381,6 +2381,7 @@ Cypress.Commands.add(
23812381
// Determine expected status based on payment status
23822382
const expectedStatus = [
23832383
"succeeded",
2384+
"processing",
23842385
"requires_capture",
23852386
"partially_captured",
23862387
].includes(response.body.status)

0 commit comments

Comments
 (0)