Skip to content

Commit

Permalink
Temp branch for run cart-reorder tests on staging.
Browse files Browse the repository at this point in the history
  • Loading branch information
dmiseev committed Jan 23, 2025
1 parent ab6b662 commit 99e5bdc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion shell/run-all-suite-performance-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ source shell/functions.sh
start_timer

# Create arrays for file lists
filesDirectory1=($(find "tests/suite/sapi/tests" -name '*.js' -type f))
filesDirectory1=($(find "tests/suite/sapi/tests/cart-reorder" -name '*.js' -type f))

# Merge the arrays
files=("${filesDirectory1[@]}")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ export class SharedCheckoutScenario extends AbstractScenario {
try {
return JSON.parse(checkoutResponse.body);
} catch (e) {
console.log(checkoutResponse.body);
throw Error('Failed to parse response during SharedCheckoutScenario::placeOrder()');
}
}
Expand Down

0 comments on commit 99e5bdc

Please sign in to comment.