Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
satyam-seth committed Mar 31, 2024
1 parent ce7537a commit e1d9c29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/dialpad.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ test('Dialpad buttons press working', async ({ page }) => {
await btnForDigitZero.click({ delay: 600 });
await page.waitForTimeout(500);

// Click on all button for all digits to input digits
// Click on all digits buttons to input digits
// eslint-disable-next-line no-restricted-syntax
for (const selector of digitButtonsSelectors) {
const btn = page.locator(selector);
Expand Down

0 comments on commit e1d9c29

Please sign in to comment.