Skip to content

Commit b868098

Browse files
committed
fix(picker): lint
1 parent a3a6ee4 commit b868098

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

core/src/components/picker/test/keyboard-entry/picker.e2e.ts

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -164,10 +164,12 @@ configs({ modes: ['ios'], directions: ['ltr'] }).forEach(({ title, config }) =>
164164
await expect(column).toHaveJSProperty('value', 12);
165165
});
166166

167-
test('should allow typing 22 in a column where the max value is 23 and not just set it to 2', async ({ page }, testInfo) => {
167+
test('should allow typing 22 in a column where the max value is 23 and not just set it to 2', async ({
168+
page,
169+
}, testInfo) => {
168170
testInfo.annotations.push({
169-
type: 'issue',
170-
description: 'https://github.com/ionic-team/ionic-framework/issues/28877',
171+
type: 'issue',
172+
description: 'https://github.com/ionic-team/ionic-framework/issues/28877',
171173
});
172174
await page.setContent(
173175
`
@@ -216,7 +218,7 @@ configs({ modes: ['ios'], directions: ['ltr'] }).forEach(({ title, config }) =>
216218
testInfo.annotations.push({
217219
type: 'issue',
218220
description: 'https://github.com/ionic-team/ionic-framework/issues/28877',
219-
});
221+
});
220222
await page.setContent(
221223
`
222224
<ion-picker>

0 commit comments

Comments
 (0)