-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d401bc3
commit 176c0c4
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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(); | ||
|