mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-07 03:22:21 +03:00
Adding more ember admin tests
- improving the implementation of thenOpenAndWaitForPageLoad - adding a class into the settings templates to more easily test which pane we are on - adding more, and updating more of the settings tests - added the editor tests
This commit is contained in:
parent
18b85d96ab
commit
999aea27e5
@ -3,7 +3,7 @@
|
|||||||
<h2 class="title">Apps</h2>
|
<h2 class="title">Apps</h2>
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
<section class="content fade-in">
|
<section class="content settings-apps fade-in">
|
||||||
<table class="js-apps">
|
<table class="js-apps">
|
||||||
<thead>
|
<thead>
|
||||||
<th>App name</th>
|
<th>App name</th>
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
</section>
|
</section>
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
<section class="content fade-in">
|
<section class="content settings-general fade-in">
|
||||||
<form id="settings-general" novalidate="novalidate">
|
<form id="settings-general" novalidate="novalidate">
|
||||||
<fieldset>
|
<fieldset>
|
||||||
|
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
</section>
|
</section>
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
<section class="content no-padding fade-in">
|
<section class="content settings-user no-padding fade-in">
|
||||||
|
|
||||||
<header class="user-profile-header">
|
<header class="user-profile-header">
|
||||||
<img id="user-cover" class="cover-image" {{bind-attr src=cover title=coverTitle}} />
|
<img id="user-cover" class="cover-image" {{bind-attr src=cover title=coverTitle}} />
|
||||||
|
Loading…
Reference in New Issue
Block a user