Skip to content

Commit

Permalink
chore(demo-playwright): Button test icon update
Browse files Browse the repository at this point in the history
  • Loading branch information
mdlufy committed Sep 26, 2024
1 parent 9990b2b commit bbafb1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projects/demo-playwright/tests/core/button/button.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ test.describe('Button', () => {
test('darkMode=true + appearance=icon + hovered state', async ({page}) => {
await tuiGoto(
page,
'/components/button/API?darkMode=true&appearance=icon&icon=tuiIconEyeOff',
'/components/button/API?darkMode=true&appearance=icon&[email protected]',
);
const {apiPageExample} = new TuiDocumentationPagePO(page);

Expand Down

0 comments on commit bbafb1b

Please sign in to comment.