Skip to content

Commit

Permalink
Fixing import path
Browse files Browse the repository at this point in the history
  • Loading branch information
tammullen committed Aug 11, 2020
1 parent c836521 commit 9ad9ff2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/e2e/utils/src/components.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* Internal dependencies
*/
import { StoreOwnerFlow } from './flows';
import modelRegistry from '../../factories';
import modelRegistry from '../../utils/factories';
import { SimpleProduct } from '@woocommerce/model-factories';
import { clickTab, uiUnblocked, verifyCheckboxIsUnset } from './page-utils';

Expand Down

0 comments on commit 9ad9ff2

Please sign in to comment.