Skip to content

Commit

Permalink
remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
amk221 committed Dec 3, 2024
1 parent a689d1d commit 51f8769
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/components/select-box/focus-test.gjs
Original file line number Diff line number Diff line change
Expand Up @@ -434,7 +434,7 @@ module('select-box (focus)', function (hooks) {
// https://issues.chromium.org/issues/376718258
// https://bugzilla.mozilla.org/show_bug.cgi?id=1930662

assert.true(event.defaultPrevented, 'would prefer not to have to do this');
assert.true(event.defaultPrevented);
});

test('focus moving to somewhere else inside the combo box', async function (assert) {
Expand Down

0 comments on commit 51f8769

Please sign in to comment.