Skip to content

Commit

Permalink
fix test case
Browse files Browse the repository at this point in the history
  • Loading branch information
radium-v committed Dec 2, 2024
1 parent f46b1b6 commit 391f38b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/web-components/src/tablist/tablist.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ test.describe('Tablist', () => {
const element = page.locator('fluent-tablist');
const tabs = element.locator('fluent-tab');

page.setContent(/* html */ `
await page.setContent(/* html */ `
<fluent-tablist>
<fluent-tab>Tab one</fluent-tab>
<fluent-tab>Tab two</fluent-tab>
Expand Down

0 comments on commit 391f38b

Please sign in to comment.