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:
Hannah Wolfe 2014-06-23 09:27:07 +01:00
parent 18b85d96ab
commit 999aea27e5
3 changed files with 3 additions and 3 deletions

View File

@ -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>

View File

@ -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>

View File

@ -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}} />