Skip to content

Commit a962780

Browse files
committed
fixup! ✅(e2e) add test for accessible html export from export modal
1 parent 960b2eb commit a962780

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/frontend/apps/impress/src/features/docs/doc-header/__tests__/DocToolBoxLicence.spec.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ describe('DocToolBox - Licence', () => {
4848
expect(
4949
screen.getByText(/Download your document in a .docx, .odt.*format\./i),
5050
).toBeInTheDocument();
51-
}, 60000);
51+
}, 10000);
5252

5353
test('The export button is not rendered when MIT version is activated', async () => {
5454
process.env.NEXT_PUBLIC_PUBLISH_AS_MIT = 'true';

0 commit comments

Comments
 (0)