Skip to content

Commit d401bc3

Browse files
committed
chore: updated tests
1 parent 7106abb commit d401bc3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/e2e/specs/onboarding.spec.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ test.describe( 'Onboarding', () => {
5454
await page.getByRole('button', { name: 'Continue ' }).click();
5555

5656
// Step 3
57-
await expect(page.getByRole('heading')).toContainText('Insert chart into the draft page');
57+
await expect(page.getByRole('heading')).toContainText('Insert a chart into the draft page');
5858
await expect(page.getByRole('button', { name: 'Create a draft page We will' })).toBeVisible();
5959
await page.getByRole('button', { name: 'Create a draft page We will' }).click();
6060
await expect(page.getByRole('heading', { name: 'Chart preview' })).toBeVisible();

0 commit comments

Comments
 (0)