Skip to content

Commit

Permalink
add LinkV1 to macOS test pages
Browse files Browse the repository at this point in the history
  • Loading branch information
ksiler committed Feb 10, 2025
1 parent 880abb4 commit bed0405
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/fluent-tester/src/testPages.ts
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ export const tests: TestDescription[] = [
name: 'Link V1',
component: LinkV1Test,
testPageButton: Constants.HOMEPAGE_LINKV1_BUTTON,
platforms: ['win32', 'android', 'windows'],
platforms: ['macos', 'win32', 'android', 'windows'],
},
{
name: 'Menu',
Expand Down

0 comments on commit bed0405

Please sign in to comment.