Skip to content

Commit

Permalink
Removed commented out line
Browse files Browse the repository at this point in the history
  • Loading branch information
sponglord committed Nov 26, 2024
1 parent 2f6cc6b commit a237b63
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -110,8 +110,6 @@ test.describe('Test Card, & binLookup w. panLength property', () => {

await card.typeCardNumber(CARD_WITH_PAN_LENGTH, 300);

// await page.waitForTimeout(300);

// Expect UI change - expiryDate field has focus
await expect(card.cardNumberInput).not.toBeFocused();
await expect(card.expiryDateInput).toBeFocused();
Expand Down

0 comments on commit a237b63

Please sign in to comment.