mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-03 00:15:11 +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>
|
||||
</header>
|
||||
|
||||
<section class="content fade-in">
|
||||
<section class="content settings-apps fade-in">
|
||||
<table class="js-apps">
|
||||
<thead>
|
||||
<th>App name</th>
|
||||
|
@ -6,7 +6,7 @@
|
||||
</section>
|
||||
</header>
|
||||
|
||||
<section class="content fade-in">
|
||||
<section class="content settings-general fade-in">
|
||||
<form id="settings-general" novalidate="novalidate">
|
||||
<fieldset>
|
||||
|
||||
|
@ -6,7 +6,7 @@
|
||||
</section>
|
||||
</header>
|
||||
|
||||
<section class="content no-padding fade-in">
|
||||
<section class="content settings-user no-padding fade-in">
|
||||
|
||||
<header class="user-profile-header">
|
||||
<img id="user-cover" class="cover-image" {{bind-attr src=cover title=coverTitle}} />
|
||||
|
Loading…
Reference in New Issue
Block a user