Skip to content

Commit 30fce76

Browse files
committed
fixup! ✅(e2e) add test for accessible html export from export modal
1 parent a514d02 commit 30fce76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/frontend/apps/impress/src/features/docs/doc-export/__tests__/ExportMIT.test.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ describe('useModuleExport', () => {
1616
const Export = await import('@/features/docs/doc-export/');
1717

1818
expect(Export.default).toBeUndefined();
19-
}, 60000);
19+
}, 15000);
2020

2121
it('should load modules when NEXT_PUBLIC_PUBLISH_AS_MIT is false', async () => {
2222
process.env.NEXT_PUBLIC_PUBLISH_AS_MIT = 'false';

0 commit comments

Comments
 (0)