Skip to content

Commit

Permalink
fixup! test: turn off problematic test that fail on OSX
Browse files Browse the repository at this point in the history
  • Loading branch information
Hotell committed Oct 30, 2024
1 parent 2fa5f8f commit 67910c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/web-components/src/tabs/tabs.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -385,7 +385,7 @@ test.describe('Tabs', () => {
});

for (const appearance of Object.values(TabsAppearance)) {
test.skip(`should set appearance to \`${appearance}\``, async ({ page }) => {
test(`should set appearance to \`${appearance}\``, async ({ page }) => {
const element = page.locator('fluent-tabs');

page.setContent(/* html */ `
Expand Down

0 comments on commit 67910c3

Please sign in to comment.