Skip to content

Commit

Permalink
Remove screenshot from VA test (#2749)
Browse files Browse the repository at this point in the history
  • Loading branch information
gregberge authored Jan 14, 2025
1 parent 1b251a7 commit e582a47
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion packages/gitbook/e2e/pages.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -876,7 +876,12 @@ const testCases: TestsCase[] = [
);
return `first?jwt_token=${token}`;
})(),
run: waitForCookiesDialog,
run: async (page) => {
await expect(
page.getByRole('heading', { level: 1, name: 'first' }),
).toBeVisible();
},
screenshot: false,
},
{
name: 'Custom page',
Expand Down

0 comments on commit e582a47

Please sign in to comment.