Skip to content

Commit

Permalink
fix relative import
Browse files Browse the repository at this point in the history
  • Loading branch information
jenny-s51 committed Dec 20, 2024
1 parent 2790032 commit 7048471
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import {
import { mockDashboardConfig } from '~/__mocks__';
import { aboutDialog } from '~/__tests__/cypress/cypress/pages/aboutDialog';
import { mockConsoleLinks } from '~/__mocks__/mockConsoleLinks';
import { loginDialog } from '../../pages/loginDialog';
import { loginDialog } from '~/__tests__/cypress/cypress/pages/loginDialog';

describe('Application', () => {
it('should disallow access to the dashboard', () => {
Expand Down

0 comments on commit 7048471

Please sign in to comment.