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) {
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} ) ;
You can’t perform that action at this time.
0 commit comments