You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Because there are some styles on <body> in app/index.html that aren’t (and can’t be) present in tests/index.html we have a mismatch between how the app looks in acceptance tests vs. when it’s running for real:
We could fix this by moving the containing styles into app/template/application.hbs, i.e.:
Because there are some styles on
<body>
inapp/index.html
that aren’t (and can’t be) present intests/index.html
we have a mismatch between how the app looks in acceptance tests vs. when it’s running for real:We could fix this by moving the containing styles into
app/template/application.hbs
, i.e.:This implies also updating the starter HTML and various intermediate steps.
If this change is desirable, let me know and I’ll throw together a PR.
The text was updated successfully, but these errors were encountered: