Skip to content

Commit 0438dc6

Browse files
Update flashClassMap imports to use the aliased path
1 parent 4e75e9a commit 0438dc6

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

cypress/e2e/ui/Settings/Application-Settings/c_and_u_gap_collection.cy.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* eslint-disable no-undef */
2-
import { flashClassMap } from '../../../../support/assertions/assertion_constants';
2+
import { flashClassMap } from '@cypress-support/assertions/assertion_constants.js';
33

44
// Menu options
55
const SETTINGS_MENU_OPTION = 'Settings';

cypress/e2e/ui/Settings/Application-Settings/edit_collect_logs.cy.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* eslint-disable no-undef */
2-
import { flashClassMap } from '../../../../support/assertions/assertion_constants';
2+
import { flashClassMap } from '@cypress-support/assertions/assertion_constants.js';
33

44
// Component route url
55
const COMPONENT_ROUTE_URL = '/ops/explorer';

cypress/e2e/ui/Settings/Application-Settings/schedule.cy.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* eslint-disable no-undef */
2-
import { flashClassMap } from '../../../../support/assertions/assertion_constants';
2+
import { flashClassMap } from '@cypress-support/assertions/assertion_constants.js';
33

44
const textConstants = {
55
// List items

cypress/e2e/ui/Settings/Application-Settings/settings_access_control.cy.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* eslint-disable no-undef */
2-
import { flashClassMap } from '../../../../support/assertions/assertion_constants';
2+
import { flashClassMap } from '@cypress-support/assertions/assertion_constants.js';
33

44
describe('Settings > Application Settings > Access Control', () => {
55
// Navigation

0 commit comments

Comments
 (0)