Skip to content

Commit 7bf1445

Browse files
Update core/src/components/select/test/basic/select.e2e.ts
Co-authored-by: Brandy Smith <[email protected]>
1 parent 0ee30b0 commit 7bf1445

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/components/select/test/basic/select.e2e.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ configs({ modes: ['ios'], directions: ['ltr'] }).forEach(({ title, config }) =>
152152
});
153153

154154
test.describe(title('select: click'), () => {
155-
test('clicking a select label should only trigger onclick once', async ({ page }, testInfo) => {
155+
test('should trigger onclick only once when clicking the label', async ({ page }, testInfo) => {
156156
testInfo.annotations.push({
157157
type: 'issue',
158158
description: 'https://github.com/ionic-team/ionic-framework/issues/30165',

0 commit comments

Comments
 (0)