We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50ce6be commit f7207e5Copy full SHA for f7207e5
1 file changed
tests/e2e/specs/out-of-game/lobby.spec.js
@@ -3,7 +3,7 @@ import { assertSnackbar } from '../../support/helpers';
3
import { SnackBarError } from '../../fixtures/snackbarError';
4
import { announcementData } from '../../../../src/routes/home/components/announcementDialog/data/announcementData';
5
import ThemeColors from '../../../../utils/ThemeColors.json';
6
-import { LS_ANNOUNCEMENT, LS_PLAY_TIME_DIALOG_DISMISSED } from '_/utils/local-storage-utils';
+import { LS_ANNOUNCEMENT, LS_PLAY_TIME_DIALOG_DISMISSED } from '../../../../utils/local-storage-utils';
7
8
function setup(isRanked = false) {
9
cy.wipeDatabase();
0 commit comments