Skip to content

Commit

Permalink
fix e2e
Browse files Browse the repository at this point in the history
  • Loading branch information
sytolk committed Mar 20, 2024
1 parent 813e121 commit a165187
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/e2e/fileopener.pw.e2e.js
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@ test.describe('TST08 - File folder properties', () => {
await createFile('sample.txt', newFileContent, '.');
await clickOn('[data-tid=propsActionsMenuTID]');
await clickOn('[data-tid=reloadPropertiesTID]');
await expectFileContain(newFileContent);
await expectFileContain(newFileContent, 15000);
});

test('TST0813 - Delete file and check meta and thumbnails deleted [web,minio,electron]', async () => {
Expand Down

0 comments on commit a165187

Please sign in to comment.