Skip to content

Commit

Permalink
update legacy path
Browse files Browse the repository at this point in the history
  • Loading branch information
liamdebeasi committed Feb 15, 2024
1 parent 5bb0e8f commit 5cdedc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/components/range/test/range-events.e2e.ts
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ configs({ modes: ['ios'], directions: ['ltr'] }).forEach(({ title, config }) =>
test.skip('should not scroll when the knob is swiped', async ({ page, skip }) => {
skip.browser('webkit', 'mouse.wheel is not available in WebKit');

await page.goto(`/src/components/range/test/legacy/basic`, config);
await page.goto(`/src/components/range/test/basic`, config);

const knobEl = page.locator('ion-range#stacked-range .range-knob-handle');
const scrollEl = page.locator('ion-content .inner-scroll');
Expand Down

0 comments on commit 5cdedc9

Please sign in to comment.