mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
test(img, popover): skip flaky tests (#26898)
This commit is contained in:
@@ -46,7 +46,8 @@ test.describe('img: basic', () => {
|
||||
});
|
||||
});
|
||||
|
||||
test('should emit ionImgWillLoad', async () => {
|
||||
// TODO FW-3596
|
||||
test.skip('should emit ionImgWillLoad', async () => {
|
||||
await ionImgWillLoad.next();
|
||||
|
||||
expect(ionImgWillLoad).toHaveReceivedEventTimes(1);
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
import { expect } from '@playwright/test';
|
||||
import { test, Viewports } from '@utils/test/playwright';
|
||||
|
||||
import { openPopover, screenshotPopover } from '../test.utils';
|
||||
import { openPopover } from '../test.utils';
|
||||
|
||||
test.describe('popover: size', async () => {
|
||||
/**
|
||||
@@ -22,6 +22,7 @@ test.describe('popover: size', async () => {
|
||||
await expect(page).toHaveScreenshot(`popover-size-${page.getSnapshotSettings()}.png`);
|
||||
|
||||
// test this one separately since it would overlap others
|
||||
await screenshotPopover(page, 'no-event-trigger', 'size');
|
||||
// TODO FW-3598
|
||||
//await screenshotPopover(page, 'no-event-trigger', 'size');
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user