Skip to content

Commit

Permalink
remove tag
Browse files Browse the repository at this point in the history
  • Loading branch information
midleman committed Dec 13, 2024
1 parent 53d5428 commit bb33bc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/features/action-bar/editor-action-bar.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ test.use({
});

test.describe('Editor Action Bar', {
tag: [tags.WEB, tags.ACTION_BAR, tags.EDITOR, tags.WIN]
tag: [tags.WEB, tags.ACTION_BAR, tags.EDITOR]
}, () => {
test.beforeAll(async function ({ userSettings }) {
await userSettings.set([['editor.actionBar.enabled', 'true']], false);
Expand Down

0 comments on commit bb33bc2

Please sign in to comment.