Skip to content

Commit

Permalink
chore: testing force:true if it solves flakiness
Browse files Browse the repository at this point in the history
  • Loading branch information
zenit2001 committed Oct 18, 2024
1 parent 8aff61b commit 753fd82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/playwright/pages/CheckoutPageSFRA6.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ export default class CheckoutPageSFRA {

placeOrder = async () => {
await this.page.waitForLoadState('load');
await this.placeOrderButton.click();
await this.placeOrderButton.click({force: true});
};

completeCheckoutLoggedInUser = async () => {
Expand Down

0 comments on commit 753fd82

Please sign in to comment.