mirror of
https://github.com/documize/community.git
synced 2025-08-02 20:15:26 +02:00
Move mirage server create to module-for-acceptance tests file
This commit is contained in:
parent
a74b14ae76
commit
68271646eb
5 changed files with 296 additions and 70 deletions
|
@ -10,17 +10,16 @@
|
|||
<meta property="dbname" content="{{.DBname}}" />
|
||||
<meta property="dbhash" content="{{.DBhash}}" />
|
||||
<meta name="author" content="Documize" />
|
||||
|
||||
<style>
|
||||
#ember-testing-container, #ember-testing-container * {
|
||||
/* Set position static to short-circuit Hubspot Tether's positioning */
|
||||
/* https://github.com/HubSpot/tether/pull/98/ */
|
||||
position: static !important;
|
||||
}
|
||||
.tether-container * {
|
||||
z-index: 9999;
|
||||
}
|
||||
</style>
|
||||
<style>
|
||||
#ember-testing {
|
||||
zoom: 100% !important;
|
||||
}
|
||||
#ember-testing-container {
|
||||
/* Set position static to short-circuit Hubspot Tether's positioning */
|
||||
/* https://github.com/HubSpot/tether/pull/98/ */
|
||||
position: static !important;
|
||||
}
|
||||
</style>
|
||||
|
||||
{{content-for "head"}}
|
||||
{{content-for "test-head"}}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue