From 51f87699611cebd69ad0b8f06b9dfbbc5ed8f64e Mon Sep 17 00:00:00 2001 From: Andrew Kirwin Date: Tue, 3 Dec 2024 00:36:40 +0000 Subject: [PATCH] remove comment --- tests/integration/components/select-box/focus-test.gjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/integration/components/select-box/focus-test.gjs b/tests/integration/components/select-box/focus-test.gjs index 85d44acd..5c1504a8 100644 --- a/tests/integration/components/select-box/focus-test.gjs +++ b/tests/integration/components/select-box/focus-test.gjs @@ -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) {