Skip to content

Commit 8ed08fc

Browse files
committed
docs(range): add GitHub issue
1 parent c4ec8e4 commit 8ed08fc

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

core/src/components/range/test/range-events.e2e.ts

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,12 @@ configs({ modes: ['ios'], directions: ['ltr'] }).forEach(({ title, config }) =>
217217
expect(ionInputSpy).toHaveReceivedEvent();
218218
});
219219

220-
test('should not emit when the value does not change', async ({ page }) => {
220+
test('should not emit when the value does not change', async ({ page }, testInfo) => {
221+
testInfo.annotations.push({
222+
type: 'issue',
223+
description: 'https://github.com/ionic-team/ionic-framework/issues/29619',
224+
});
225+
221226
/**
222227
* Requires padding to prevent the knob from being clipped.
223228
* If it's clipped, then the value might be one off.

0 commit comments

Comments
 (0)