mirror of
https://github.com/TryGhost/Ghost-Admin.git
synced 2023-12-14 02:33:04 +01:00
Removed errant pauseTest()
This commit is contained in:
parent
b7a6886d22
commit
ce53a0131e
1 changed files with 0 additions and 3 deletions
|
@ -150,9 +150,6 @@ describe('Acceptance: Signup', function () {
|
|||
// submitting sends correct details and redirects to content screen
|
||||
await click('.gh-btn-green');
|
||||
|
||||
this.timeout(0);
|
||||
await this.pauseTest();
|
||||
|
||||
expect(currentRouteName()).to.equal('posts.index');
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in a new issue