mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-08 23:58:13 +08:00
test(range): disable gesture test (#26331)
This commit is contained in:
@ -82,7 +82,8 @@ test.describe('range: events:', () => {
|
|||||||
});
|
});
|
||||||
|
|
||||||
test.describe('ionInput', () => {
|
test.describe('ionInput', () => {
|
||||||
test('should emit when the knob is dragged', async ({ page }) => {
|
// TODO(FW-2873) Enable this test when touch events/gestures are better supported in Playwright
|
||||||
|
test.skip('should emit when the knob is dragged', async ({ page }) => {
|
||||||
await page.setContent(`<ion-range></ion-range>`);
|
await page.setContent(`<ion-range></ion-range>`);
|
||||||
|
|
||||||
const rangeHandle = page.locator('ion-range .range-knob-handle');
|
const rangeHandle = page.locator('ion-range .range-knob-handle');
|
||||||
|
|||||||
Reference in New Issue
Block a user