We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2fa5f8f commit 67910c3Copy full SHA for 67910c3
packages/web-components/src/tabs/tabs.spec.ts
@@ -385,7 +385,7 @@ test.describe('Tabs', () => {
385
});
386
387
for (const appearance of Object.values(TabsAppearance)) {
388
- test.skip(`should set appearance to \`${appearance}\``, async ({ page }) => {
+ test(`should set appearance to \`${appearance}\``, async ({ page }) => {
389
const element = page.locator('fluent-tabs');
390
391
page.setContent(/* html */ `
0 commit comments