mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-17 18:54:11 +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');
|
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.rtl();
|
||||||
skip.browser(
|
skip.browser(
|
||||||
(browserName: string) => browserName !== 'chromium',
|
(browserName: string) => browserName !== 'chromium',
|
||||||
|
Reference in New Issue
Block a user