Skip to content

Commit

Permalink
undo
Browse files Browse the repository at this point in the history
  • Loading branch information
namnguyen20999 committed Oct 1, 2024
1 parent 3940cf8 commit 2430075
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/example.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ test('has title', async ({ page }) => {
});

test('get started link', async ({ page }) => {
await page.goto('failtest');
await page.goto('https://playwright.dev/');

// Click the get started link.
await page.getByRole('link', { name: 'Get started' }).click();
Expand Down

0 comments on commit 2430075

Please sign in to comment.