Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 0ee30b0

Browse files
ShaneKbrandyscarney
andauthoredMay 2, 2025··
Update core/src/components/checkbox/test/basic/checkbox.e2e.ts
Co-authored-by: Brandy Smith <brandyscarney@users.noreply.github.com>
1 parent c6cec21 commit 0ee30b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎core/src/components/checkbox/test/basic/checkbox.e2e.ts

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

103103
test.describe(title('checkbox: click'), () => {
104-
test('clicking a checkbox label should only trigger onclick once', async ({ page }, testInfo) => {
104+
test('should trigger onclick only once when clicking the label', async ({ page }, testInfo) => {
105105
testInfo.annotations.push({
106106
type: 'issue',
107107
description: 'https://github.com/ionic-team/ionic-framework/issues/30165',

0 commit comments

Comments
 (0)
Please sign in to comment.