Skip to content

Commit 0244698

Browse files
authored
fix
1 parent ec3275f commit 0244698

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

test-app/tests/integration/components/basic-dropdown-test.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1389,7 +1389,7 @@ module('Integration | Component | basic-dropdown', function (hooks) {
13891389
assert.dom('#dropdown-is-opened').exists('The dropdown is opened');
13901390

13911391
let contentElement = find('[data-shadow]')?.shadowRoot.querySelector(
1392-
'.ember-basic-dropdown-trigger',
1392+
'#dropdown-is-opened',
13931393
);
13941394
await click(contentElement);
13951395

@@ -1406,7 +1406,7 @@ module('Integration | Component | basic-dropdown', function (hooks) {
14061406
assert.dom('#dropdown-is-opened').exists('The dropdown is opened 2d time');
14071407

14081408
contentElement = find('[data-shadow]')?.shadowRoot.querySelector(
1409-
'.ember-basic-dropdown-trigger',
1409+
'#dropdown-is-opened',
14101410
);
14111411
await click(contentElement);
14121412

0 commit comments

Comments
 (0)