Skip to content

Commit 59fd1a1

Browse files
committed
tests
1 parent 00c423f commit 59fd1a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/end-to-end/official-site.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ test('Open documentation', async ({ page }) => {
66
await page.goto(BASE);
77

88
// Expect a title "to contain" a substring.
9-
await expect(page).toHaveTitle("SQLPage");
9+
await expect(page).toHaveTitle(/SQLPage.*/);
1010

1111
// open the submenu
1212
await page.getByText('Documentation', { exact: true }).first().click();

0 commit comments

Comments
 (0)