mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
test(range): skip flaky test for now (#26134)
This commit is contained in:
@@ -10,7 +10,10 @@ test.describe('range: basic', () => {
|
||||
expect(await page.screenshot()).toMatchSnapshot(`range-diff-${page.getSnapshotSettings()}.png`);
|
||||
});
|
||||
|
||||
test('should emit start/end events', async ({ page }, testInfo) => {
|
||||
/**
|
||||
* The mouse events are flaky on CI
|
||||
*/
|
||||
test.fixme('should emit start/end events', async ({ page }, testInfo) => {
|
||||
await page.setContent(`<ion-range value="20"></ion-range>`);
|
||||
|
||||
const rangeStart = await page.spyOnEvent('ionKnobMoveStart');
|
||||
|
||||
Reference in New Issue
Block a user