mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-08 07:41:51 +08:00
test(popover): skip flaky no event popover test (#30464)
Co-authored-by: Brandy Smith <6577830+brandyscarney@users.noreply.github.com>
This commit is contained in:
@ -29,7 +29,8 @@ configs({ directions: ['ltr'] }).forEach(({ title, screenshot, config }) => {
|
||||
await popoverFixture.open('#long-list-popover');
|
||||
await popoverFixture.screenshot('basic-long-list-popover', screenshot);
|
||||
});
|
||||
test('should render no event popover', async () => {
|
||||
// TODO(FW-6588): Remove skip once the flaky test is fixed
|
||||
test.skip('should render no event popover', async () => {
|
||||
await popoverFixture.open('#no-event-popover');
|
||||
await popoverFixture.screenshot('basic-no-event-popover', screenshot);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user