Skip to content

Commit 476a6ac

Browse files
authored
test(button): add ionic mode to outline (#29702)
1 parent 79a3fd0 commit 476a6ac

7 files changed

+1
-2
lines changed

core/src/components/button/test/outline/button.e2e.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
import { expect } from '@playwright/test';
22
import { configs, test } from '@utils/test/playwright';
33

4-
// TODO(ROU-5474): add tests for ionic theme
5-
configs().forEach(({ title, screenshot, config }) => {
4+
configs({ modes: ['ios', 'md', 'ionic-md'] }).forEach(({ title, screenshot, config }) => {
65
test.describe(title('button: outline'), () => {
76
test('should not have visual regressions', async ({ page }) => {
87
await page.goto(`/src/components/button/test/outline`, config);
120 KB
Loading
152 KB
Loading
108 KB
Loading
121 KB
Loading
153 KB
Loading
108 KB
Loading

0 commit comments

Comments
 (0)