Skip to content

Commit

Permalink
chore: updated tests
Browse files Browse the repository at this point in the history
  • Loading branch information
GrigoreMihai committed May 8, 2024
1 parent d401bc3 commit 176c0c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/e2e/specs/onboarding.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ test.describe( 'Onboarding', () => {

// Step 5
await expect(page.getByRole('heading')).toContainText('Updates, tutorials, special offers, and more');
await expect(page.getByLabel('Updates, tutorials, special')).toContainText('Get exclusive access of Visualizer newsletter');
await expect(page.getByLabel('Updates, tutorials, special')).toContainText('Get exclusive access to the Visualizer newsletter.');
await expect(page.getByLabel('Updates, tutorials, special').locator('img')).toBeVisible();
await expect(page.getByPlaceholder('[email protected]')).toBeVisible();
await page.getByPlaceholder('[email protected]').click();
Expand Down

0 comments on commit 176c0c4

Please sign in to comment.