Skip to content

Commit b09583e

Browse files
committed
fix sidebar style test
1 parent a6ea1ed commit b09583e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/integration/components/es-sidebar-test.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ module('Integration | Component | es-sidebar', function (hooks) {
5151
});
5252
assert.dom('.sidebar-container .es-sidebar').hasStyle({
5353
width: '256px',
54-
margin: '0px 0px 0px 32px',
54+
margin: '0px',
5555
});
5656

5757
await render(hbs`
@@ -63,7 +63,7 @@ module('Integration | Component | es-sidebar', function (hooks) {
6363

6464
assert.dom('.sidebar-container .es-sidebar').hasStyle({
6565
width: '256px',
66-
margin: '0px 32px 0px 0px',
66+
margin: '0px',
6767
});
6868
assert.dom('[data-test-content-right]').hasStyle({
6969
width: '684px',

0 commit comments

Comments
 (0)