File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
tests/integration/components Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ module('Integration | Component | es-sidebar', function (hooks) {
36
36
` ) ;
37
37
38
38
assert . dom ( '.sidebar-container .es-sidebar' ) . hasStyle ( {
39
- width : '256px ' ,
39
+ width : '296px ' ,
40
40
} ) ;
41
41
42
42
await render ( hbs `
@@ -47,10 +47,10 @@ module('Integration | Component | es-sidebar', function (hooks) {
47
47
` ) ;
48
48
49
49
assert . dom ( '[data-test-content-left]' ) . hasStyle ( {
50
- width : '684px ' ,
50
+ width : '644px ' ,
51
51
} ) ;
52
52
assert . dom ( '.sidebar-container .es-sidebar' ) . hasStyle ( {
53
- width : '256px ' ,
53
+ width : '296px ' ,
54
54
margin : '0px' ,
55
55
} ) ;
56
56
@@ -62,11 +62,11 @@ module('Integration | Component | es-sidebar', function (hooks) {
62
62
` ) ;
63
63
64
64
assert . dom ( '.sidebar-container .es-sidebar' ) . hasStyle ( {
65
- width : '256px ' ,
65
+ width : '296px ' ,
66
66
margin : '0px' ,
67
67
} ) ;
68
68
assert . dom ( '[data-test-content-right]' ) . hasStyle ( {
69
- width : '684px ' ,
69
+ width : '644px ' ,
70
70
} ) ;
71
71
} ) ;
72
72
} ) ;
You can’t perform that action at this time.
0 commit comments