Skip to content

Commit 802fad6

Browse files
committed
add skip to disabled tests
1 parent 4c32001 commit 802fad6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

core/src/components/item/test/inputs/item.e2e.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@ configs({ directions: ['ltr'] }).forEach(({ title, screenshot, config }) => {
2929

3030
popover = page.locator('ion-popover#optionsPopover');
3131
});
32-
test('disabled controls should not have visual regressions', async ({ page }) => {
32+
// TODO (FW-6769): Enable test when its fixed
33+
test.skip('disabled controls should not have visual regressions', async ({ page }) => {
3334
await page.click('#popover-trigger');
3435
await ionPopoverDidPresent.next();
3536

0 commit comments

Comments
 (0)