Skip to content

Commit

Permalink
update example
Browse files Browse the repository at this point in the history
  • Loading branch information
amk221 committed Nov 12, 2024
1 parent f261660 commit 450a7f8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/integration/components/select-box/single-test.gjs
Original file line number Diff line number Diff line change
Expand Up @@ -290,6 +290,7 @@ module('select-box (single)', function (hooks) {
as |sb|
>
<sb.Trigger>
{{state.value}},
{{sb.value}}
</sb.Trigger>
<sb.Options>
Expand All @@ -304,7 +305,7 @@ module('select-box (single)', function (hooks) {

assert.strictEqual(state.value, 3);

assert.dom('.select-box__trigger').hasText('2');
assert.dom('.select-box__trigger').hasText('3, 2');

assert.dom('.select-box__option[aria-selected="true"]').hasText(
'Two',
Expand Down

0 comments on commit 450a7f8

Please sign in to comment.