Skip to content

Commit

Permalink
fix e2e test
Browse files Browse the repository at this point in the history
  • Loading branch information
taranvohra committed Nov 21, 2024
1 parent 3f64a6e commit ee7c0ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/gitbook/e2e/pages.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -499,7 +499,7 @@ const testCases: TestsCase[] = [
name: 'Redirect to SSO page',
url: 'a/redirect/to/sso',
run: async (page) => {
await expect(page.getByText('SSO')).toBeVisible();
await expect(page.locator('h1')).toHaveText('SSO');
},
},
],
Expand Down

0 comments on commit ee7c0ee

Please sign in to comment.