test(button): add ionic mode to outline (#29702)

This commit is contained in:
Maria Hutt
2024-07-11 08:18:32 -07:00
committed by GitHub
parent 79a3fd00de
commit 476a6ac837
7 changed files with 1 additions and 2 deletions

View File

@ -1,8 +1,7 @@
import { expect } from '@playwright/test';
import { configs, test } from '@utils/test/playwright';
// TODO(ROU-5474): add tests for ionic theme
configs().forEach(({ title, screenshot, config }) => {
configs({ modes: ['ios', 'md', 'ionic-md'] }).forEach(({ title, screenshot, config }) => {
test.describe(title('button: outline'), () => {
test('should not have visual regressions', async ({ page }) => {
await page.goto(`/src/components/button/test/outline`, config);