1
0
Fork 0
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:
Kevin Ansfield 2019-01-31 11:07:48 +00:00
parent b7a6886d22
commit ce53a0131e

View file

@ -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');
});