Skip to content

Commit 61fd0d6

Browse files
committed
real test
1 parent 2f772a8 commit 61fd0d6

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
@@ -1367,7 +1367,7 @@ module('Integration | Component | basic-dropdown', function (hooks) {
13671367
<BasicDropdown as |dropdown|>
13681368
<dropdown.Trigger>Click me</dropdown.Trigger>
13691369
<dropdown.Content>
1370-
<div style="height: 50px; width: 50px" id="dropdown-is-opened"></div>
1370+
<div id="dropdown-is-opened"></div>
13711371
</dropdown.Content>
13721372
</BasicDropdown>
13731373
</Shadow>

0 commit comments

Comments
 (0)