Skip to content

Commit

Permalink
chore(workflow fixes): workflow fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Sanskar2001 committed Dec 13, 2024
1 parent ac1f8fb commit 1c04039
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions e2e/starter.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ describe('Example', () => {
await waitFor(element(by.id(cardNumberInputTestId))).toExist();
await waitFor(element(by.id(cardNumberInputTestId))).toBeVisible();

await element(by.id(cardNumberInputTestId)).clearText();
await element(by.id(cardNumberInputTestId)).replaceText('4242424242424242');
await expect(element(by.id(cardNumberInputTestId))).toHaveText(
'4242424242424242',
Expand Down

0 comments on commit 1c04039

Please sign in to comment.