Skip to content

Commit 26fbd57

Browse files
authored
cannot click 0 size element
1 parent 84e7e3b commit 26fbd57

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1366,7 +1366,7 @@ module('Integration | Component | basic-dropdown', function (hooks) {
13661366
<BasicDropdown as |dropdown|>
13671367
<dropdown.Trigger>Click me</dropdown.Trigger>
13681368
<dropdown.Content>
1369-
<div id="dropdown-is-opened"></div>
1369+
<div style="height: 50px; width: 50px" id="dropdown-is-opened"></div>
13701370
</dropdown.Content>
13711371
</BasicDropdown>
13721372
</Shadow>

0 commit comments

Comments
 (0)