Skip to content

Commit

Permalink
tag r tests for web
Browse files Browse the repository at this point in the history
  • Loading branch information
midleman committed Jan 8, 2025
1 parent a1f2692 commit 368a288
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ test.beforeEach(async function ({ app }) {
await app.workbench.layouts.enterLayout("stacked");
});

test.describe('R - New Project Wizard', { tag: [tags.NEW_PROJECT_WIZARD] }, () => {
test.describe('R - New Project Wizard', { tag: [tags.NEW_PROJECT_WIZARD, tags.WEB] }, () => {
test.describe.configure({ mode: 'serial' });

test('R - Project Defaults [C627913]', { tag: [tags.CRITICAL, tags.WIN] }, async function ({ app }) {
Expand Down

0 comments on commit 368a288

Please sign in to comment.