Skip to content

Commit a78d12f

Browse files
committed
Fix Acceptance Tests
On Acceptance Tests, the application is rendered under #ember-testing, not the root <body> element.
1 parent 3753a2c commit a78d12f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

app/styles/app.scss

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ body {
3333
@include align-items(center);
3434
}
3535

36+
/* .ember-application is added by Ember after initial rendering */
37+
.ember-application > div,
3638
body > div {
3739
width: 960px;
3840
@media only screen and (max-width: 960px) {

0 commit comments

Comments
 (0)