Skip to content

Commit

Permalink
fix tests-
Browse files Browse the repository at this point in the history
  • Loading branch information
TheMightyPenguin committed Jul 13, 2023
1 parent a302a29 commit e8210fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress/support/utils.js
Expand Up @@ -2,7 +2,7 @@
/// <reference types="cypress" />
import dedent from 'dedent';

import { createUrl } from '../../utils';
import { createUrl } from '../../src/utils/url';
import { isMac } from '../../src/utils/formatting';

const WAIT_FOR_FRAME_TO_RENDER = 1000;
Expand Down

0 comments on commit e8210fd

Please sign in to comment.