Skip to content

Commit f7207e5

Browse files
committed
fix: import
1 parent 50ce6be commit f7207e5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/e2e/specs/out-of-game/lobby.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { assertSnackbar } from '../../support/helpers';
33
import { SnackBarError } from '../../fixtures/snackbarError';
44
import { announcementData } from '../../../../src/routes/home/components/announcementDialog/data/announcementData';
55
import ThemeColors from '../../../../utils/ThemeColors.json';
6-
import { LS_ANNOUNCEMENT, LS_PLAY_TIME_DIALOG_DISMISSED } from '_/utils/local-storage-utils';
6+
import { LS_ANNOUNCEMENT, LS_PLAY_TIME_DIALOG_DISMISSED } from '../../../../utils/local-storage-utils';
77

88
function setup(isRanked = false) {
99
cy.wipeDatabase();

0 commit comments

Comments
 (0)