Skip to content
This repository was archived by the owner on Feb 23, 2024. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update tests to use utils.
  • Loading branch information
budzanowski committed Oct 26, 2020
commit a988d9d5554b5ea701a2967abd4254e035d037b1
5 changes: 1 addition & 4 deletions tests/e2e/specs/backend/all-products.test.js
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
/**
* External dependencies
*/
import {
getAllBlocks,
switchUserToAdmin,
} from '@wordpress/e2e-test-utils';
import { getAllBlocks, switchUserToAdmin } from '@wordpress/e2e-test-utils';

import { visitBlockPage } from '@woocommerce/blocks-test-utils';

Expand Down
2 changes: 1 addition & 1 deletion tests/e2e/specs/backend/cart.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import {

import {
insertBlockDontWaitForInsertClose,
closeInserter
closeInserter,
} from '../../utils.js';

const block = {
Expand Down
2 changes: 1 addition & 1 deletion tests/e2e/specs/backend/checkout.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import {

import {
insertBlockDontWaitForInsertClose,
closeInserter
closeInserter,
} from '../../utils.js';

const block = {
Expand Down