diff --git a/test/e2e/tests/action-bar/editor-action-bar.test.ts b/test/e2e/tests/action-bar/editor-action-bar.test.ts index 273321e8b70..187c85a2fa1 100644 --- a/test/e2e/tests/action-bar/editor-action-bar.test.ts +++ b/test/e2e/tests/action-bar/editor-action-bar.test.ts @@ -14,7 +14,7 @@ test.use({ }); test.describe('Editor Action Bar', { - tag: [tags.WEB, tags.EDITOR_ACTION_BAR, tags.EDITOR] + tag: [tags.WEB, tags.WIN, tags.EDITOR_ACTION_BAR, tags.EDITOR] }, () => { test.beforeAll(async function ({ userSettings }) { diff --git a/test/e2e/tests/output/console-ouput-log.test.ts b/test/e2e/tests/output/console-ouput-log.test.ts index 5f3de2b1403..3dec53febd7 100644 --- a/test/e2e/tests/output/console-ouput-log.test.ts +++ b/test/e2e/tests/output/console-ouput-log.test.ts @@ -9,7 +9,7 @@ test.use({ suiteId: __filename }); -test.describe('Console Output Log', { tag: [tags.WEB, tags.OUTPUT, tags.CONSOLE] }, () => { +test.describe('Console Output Log', { tag: [tags.WEB, tags.WIN, tags.OUTPUT, tags.CONSOLE] }, () => { test.beforeEach(async function ({ app }) { await app.workbench.layouts.enterLayout('stacked'); }); diff --git a/test/e2e/tests/quarto/quarto.test.ts b/test/e2e/tests/quarto/quarto.test.ts index b86165aa218..42775f98745 100644 --- a/test/e2e/tests/quarto/quarto.test.ts +++ b/test/e2e/tests/quarto/quarto.test.ts @@ -14,7 +14,7 @@ test.use({ suiteId: __filename }); -test.describe('Quarto', { tag: [tags.WEB, tags.QUARTO] }, () => { +test.describe('Quarto', { tag: [tags.WEB, tags.WIN, tags.QUARTO] }, () => { test.beforeAll(async function ({ app, browserName }) { await app.workbench.quickaccess.openFile(path.join(app.workspacePathOrFolder, 'workspaces', 'quarto_basic', 'quarto_basic.qmd')); isWeb = browserName === 'chromium';