From 9889be0b2b823b4d441d91a32e90ece7d135c0a6 Mon Sep 17 00:00:00 2001 From: Andrew Kirwin Date: Thu, 16 Jan 2025 00:33:54 +0000 Subject: [PATCH] update comment --- tests/integration/components/select-box/index/focus-test.gjs | 3 ++- 1 file changed, 2 insertions(+), 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 c22b7b70..9f35474d 100644 --- a/tests/integration/components/select-box/index/focus-test.gjs +++ b/tests/integration/components/select-box/index/focus-test.gjs @@ -550,7 +550,8 @@ module('select-box (focus)', function (hooks) { 'aria-current', 'true', `focusing moving into an option activates that option - (not technically valid to have nested interactive elements)` + (not technically valid to have nested interactive elements, + which would be the case when used in a listbox)` ); });