Skip to content

Commit

Permalink
chore(E2E): update button text for installation prompt in dashboard n…
Browse files Browse the repository at this point in the history
…otice
  • Loading branch information
Soare-Robert-Daniel committed Dec 19, 2024
1 parent 07f2122 commit 295c23c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e-tests/specs/admin/tpc-notice-install.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ test.describe('Dashboard Notice', () => {
await expect(page).toHaveURL(/wp-admin\/index.php/);

await expect(page.locator('button.install-now')).toContainText(
'Try one of our ready to use Starter Sites'
'Explore Templates and Start Building Now!'
);
await expect(page.locator('button.install-now')).toBeVisible();

Expand Down

0 comments on commit 295c23c

Please sign in to comment.