Skip to content

Commit ad3a09c

Browse files
author
Zuzanna Ludzik
committed
corrected doc list
1 parent 1207434 commit ad3a09c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

e2e-tests/genericfile_loggedin.spec.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ test.beforeEach(async ({ page, isMobile }, testInfo) => {
3131
await fileActions.createFile.waitFor();
3232
});
3333

34-
// const docNames = ['pad', 'code', 'slide', 'kanban', 'whiteboard', 'form', 'diagram', 'sheet', 'doc', 'presentation'];
35-
const docNames = [ 'code', 'kanban'];
34+
const docNames = ['pad', 'code', 'slide', 'kanban', 'whiteboard', 'form', 'diagram', 'sheet', 'doc', 'presentation'];
35+
// const docNames = [ 'code', 'kanban'];
3636

3737
docNames.forEach(function (name) {
3838
test(`loggedin - ${name} - create without owner`, async ({ page }) => {

0 commit comments

Comments
 (0)