mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-20 04:14:21 +08:00
test(picker-internal): fix incorrect usage of test.skip (#25280)
This commit is contained in:
@ -14,7 +14,7 @@ test.describe('picker-internal', () => {
|
|||||||
|
|
||||||
test.describe('within overlay:', () => {
|
test.describe('within overlay:', () => {
|
||||||
// TODO (FW-1397): Remove this test.skip when the issue is fixed.
|
// TODO (FW-1397): Remove this test.skip when the issue is fixed.
|
||||||
test.skip('Flaky test', 'Mobile Safari and Chrome on Linux renders the selected option incorrectly');
|
test.skip(true, 'Mobile Safari and Chrome on Linux renders the selected option incorrectly');
|
||||||
|
|
||||||
test('popover: should not have visual regression', async ({ page }) => {
|
test('popover: should not have visual regression', async ({ page }) => {
|
||||||
await page.goto(`/src/components/picker-internal/test/basic`);
|
await page.goto(`/src/components/picker-internal/test/basic`);
|
||||||
|
Reference in New Issue
Block a user