Skip to content

Commit

Permalink
chore: setEmail fix
Browse files Browse the repository at this point in the history
  • Loading branch information
zenit2001 committed Oct 25, 2024
1 parent 5d0b9aa commit 66181ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/playwright/pages/CheckoutPageSFRA5.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -162,8 +162,8 @@ export default class CheckoutPageSFRA5 {
await this.checkoutPageUserEmailInput.fill('');
await this.checkoutPageUserEmailInput.fill(email);
// Pressing Tab to simulate component re-rendering and waiting the components to re-mount
await new Promise(r => setTimeout(r, 2000));
await this.page.keyboard.press('Tab');
await new Promise(r => setTimeout(r, 2000));
};

submitShipping = async () => {
Expand Down

0 comments on commit 66181ea

Please sign in to comment.