mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-16 18:17:31 +08:00
test(item-sliding): skip flaky gesture test for now (#26136)
This commit is contained in:
@ -22,7 +22,8 @@ test.describe('item-sliding: basic', () => {
|
||||
await testSlidingItem(page, item, 'end');
|
||||
});
|
||||
|
||||
test('should open when swiped', async ({ page, skip }) => {
|
||||
// mouse gesture is flaky on CI, skip for now
|
||||
test.fixme('should open when swiped', async ({ page, skip }) => {
|
||||
skip.rtl();
|
||||
skip.browser(
|
||||
(browserName: string) => browserName !== 'chromium',
|
||||
|
Reference in New Issue
Block a user