test(popover): re-enable size test (#27033)

This commit is contained in:
Amanda Johnston
2023-03-28 09:20:28 -05:00
committed by GitHub
parent 9ba8f0a53f
commit 0a04310f11
9 changed files with 2 additions and 3 deletions

View File

@ -1,7 +1,7 @@
import { expect } from '@playwright/test'; import { expect } from '@playwright/test';
import { test, Viewports } from '@utils/test/playwright'; import { test, Viewports } from '@utils/test/playwright';
import { openPopover } from '../test.utils'; import { openPopover, screenshotPopover } from '../test.utils';
test.describe('popover: size', async () => { test.describe('popover: size', async () => {
/** /**
@ -22,7 +22,6 @@ test.describe('popover: size', async () => {
await expect(page).toHaveScreenshot(`popover-size-${page.getSnapshotSettings()}.png`); await expect(page).toHaveScreenshot(`popover-size-${page.getSnapshotSettings()}.png`);
// test this one separately since it would overlap others // test this one separately since it would overlap others
// TODO FW-3598 await screenshotPopover(page, 'no-event-trigger', 'size');
//await screenshotPopover(page, 'no-event-trigger', 'size');
}); });
}); });

Binary file not shown.

Before

Width:  |  Height:  |  Size: 63 KiB

After

Width:  |  Height:  |  Size: 17 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 60 KiB

After

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 63 KiB

After

Width:  |  Height:  |  Size: 17 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 60 KiB

After

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 66 KiB

After

Width:  |  Height:  |  Size: 17 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 62 KiB

After

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 66 KiB

After

Width:  |  Height:  |  Size: 17 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 62 KiB

After

Width:  |  Height:  |  Size: 16 KiB