test(many): skip additional flaky tests (#26523)

This commit is contained in:
Liam DeBeasi
2023-01-04 10:19:48 -05:00
committed by GitHub
parent a67b4beac4
commit 1e9cf12a74
5 changed files with 10 additions and 5 deletions

View File

@ -2,7 +2,8 @@ import { expect } from '@playwright/test';
import type { E2EPage } from '@utils/test/playwright';
import { test } from '@utils/test/playwright';
test.describe('ripple-effect: basic', () => {
// TODO FW-3081
test.describe.skip('ripple-effect: basic', () => {
test('should add .ion-activated when pressed', async ({ page }) => {
await verifyRippleEffect(page, '#small-btn');
await verifyRippleEffect(page, '#large-btn');