Skip to content

Commit

Permalink
chore: Remove await newDesktopBrowserPage();
Browse files Browse the repository at this point in the history
  • Loading branch information
tofumatt committed Aug 7, 2018
1 parent e9beb09 commit b3e0acc
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/e2e/specs/block-mover.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,10 @@
* Internal dependencies
*/
import '../support/bootstrap';
import { newPost, newDesktopBrowserPage } from '../support/utils';
import { newPost } from '../support/utils';

describe( 'block mover', () => {
beforeEach( async () => {
await newDesktopBrowserPage();
await newPost();
} );

Expand Down

0 comments on commit b3e0acc

Please sign in to comment.