Skip to content

Commit 2b20925

Browse files
committed
Fix tests
1 parent 199ae23 commit 2b20925

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ module('Integration | Component | es-sidebar', function (hooks) {
3636
`);
3737

3838
assert.dom('.sidebar-container .es-sidebar').hasStyle({
39-
width: '256px',
39+
width: '296px',
4040
});
4141

4242
await render(hbs`
@@ -47,10 +47,10 @@ module('Integration | Component | es-sidebar', function (hooks) {
4747
`);
4848

4949
assert.dom('[data-test-content-left]').hasStyle({
50-
width: '684px',
50+
width: '644px',
5151
});
5252
assert.dom('.sidebar-container .es-sidebar').hasStyle({
53-
width: '256px',
53+
width: '296px',
5454
margin: '0px',
5555
});
5656

@@ -62,11 +62,11 @@ module('Integration | Component | es-sidebar', function (hooks) {
6262
`);
6363

6464
assert.dom('.sidebar-container .es-sidebar').hasStyle({
65-
width: '256px',
65+
width: '296px',
6666
margin: '0px',
6767
});
6868
assert.dom('[data-test-content-right]').hasStyle({
69-
width: '684px',
69+
width: '644px',
7070
});
7171
});
7272
});

0 commit comments

Comments
 (0)