We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7106abb commit d401bc3Copy full SHA for d401bc3
tests/e2e/specs/onboarding.spec.ts
@@ -54,7 +54,7 @@ test.describe( 'Onboarding', () => {
54
await page.getByRole('button', { name: 'Continue ' }).click();
55
56
// Step 3
57
- await expect(page.getByRole('heading')).toContainText('Insert chart into the draft page');
+ await expect(page.getByRole('heading')).toContainText('Insert a chart into the draft page');
58
await expect(page.getByRole('button', { name: 'Create a draft page We will' })).toBeVisible();
59
await page.getByRole('button', { name: 'Create a draft page We will' }).click();
60
await expect(page.getByRole('heading', { name: 'Chart preview' })).toBeVisible();
0 commit comments