Skip to content

Commit e582a47

Browse files
authored
Remove screenshot from VA test (#2749)
1 parent 1b251a7 commit e582a47

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

packages/gitbook/e2e/pages.spec.ts

+6-1
Original file line numberDiff line numberDiff line change
@@ -876,7 +876,12 @@ const testCases: TestsCase[] = [
876876
);
877877
return `first?jwt_token=${token}`;
878878
})(),
879-
run: waitForCookiesDialog,
879+
run: async (page) => {
880+
await expect(
881+
page.getByRole('heading', { level: 1, name: 'first' }),
882+
).toBeVisible();
883+
},
884+
screenshot: false,
880885
},
881886
{
882887
name: 'Custom page',

0 commit comments

Comments
 (0)