From 5ffd644ac3fbb0ea76f5d1e292424487529f7a3c Mon Sep 17 00:00:00 2001 From: Andrew Kirwin Date: Wed, 11 Dec 2024 11:22:40 +0000 Subject: [PATCH] fixup! add dropdown primitive ctd --- .../components/select-box/index/key-arrow-down-test.gjs | 6 +++--- .../components/select-box/index/key-arrow-up-test.gjs | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/tests/integration/components/select-box/index/key-arrow-down-test.gjs b/tests/integration/components/select-box/index/key-arrow-down-test.gjs index ae8e0490..d53143a8 100644 --- a/tests/integration/components/select-box/index/key-arrow-down-test.gjs +++ b/tests/integration/components/select-box/index/key-arrow-down-test.gjs @@ -318,14 +318,14 @@ module('select-box (down arrow key)', function (hooks) { .hasAttribute('aria-current', 'true', 'the selected option is active'); }); - test('down on input will open combobox', async function (assert) { + test('down on input will not open combobox', async function (assert) { assert.expect(2); // We can assume a Trigger is for opening/closing. // But if there's a dropdown and no trigger, then its // probably a custom select box, and we make no assumptions - // The developer should probably just render both an input - // and a trigger. + // The developer might want to open after a search has finished + // for example. await render(