From 12d2bb4f21d84234e2babd2675d8470bec75eaca Mon Sep 17 00:00:00 2001 From: Andrew Kirwin Date: Fri, 13 Dec 2024 09:29:00 +0000 Subject: [PATCH] update test --- tests/integration/components/select-box/index/focus-test.gjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/integration/components/select-box/index/focus-test.gjs b/tests/integration/components/select-box/index/focus-test.gjs index 099d8777..8a461414 100644 --- a/tests/integration/components/select-box/index/focus-test.gjs +++ b/tests/integration/components/select-box/index/focus-test.gjs @@ -401,7 +401,7 @@ module('select-box (focus)', function (hooks) { assert.dom('.select-box .dropdown__trigger').hasAttribute( 'tabindex', '-1', - `because the input is the focused element for this combobox, + `because the input is the interactive element for this combobox, pressing tab should skip over the trigger and move to the next interactive element` );