From 15decdd0de7427749408f9977f6d1ab2ac969680 Mon Sep 17 00:00:00 2001 From: Liam DeBeasi Date: Tue, 4 Apr 2023 15:44:28 -0400 Subject: [PATCH] test(popover): skip flaky screenshot test (#27115) ## What is the current behavior? Popover test is still flaky: https://github.com/ionic-team/ionic-framework/actions/runs/4611219177/jobs/8150680142 ## What is the new behavior? - Re-open tech debt ticket and skip test ## Does this introduce a breaking change? - [ ] Yes - [x] No ## Other information --- core/src/components/popover/test/size/popover.e2e.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/core/src/components/popover/test/size/popover.e2e.ts b/core/src/components/popover/test/size/popover.e2e.ts index 15842789a9..80b945e3a8 100644 --- a/core/src/components/popover/test/size/popover.e2e.ts +++ b/core/src/components/popover/test/size/popover.e2e.ts @@ -9,7 +9,8 @@ test.describe('popover: size', async () => { * and massively cut down on screenshots taken. The content has its own * backdrop so you can still see the popovers. */ - test('should calculate popover width based on sizing method', async ({ page }) => { + // TODO FW-3598 + test.skip('should calculate popover width based on sizing method', async ({ page }) => { await page.goto('/src/components/popover/test/size'); await page.setViewportSize(Viewports.tablet.portrait); // avoid popovers overlapping