diff --git a/cypress-tests/cypress/e2e/happypath/platform/commonTestcases/authentication/forgotPassword.cy.js b/cypress-tests/cypress/e2e/happypath/platform/commonTestcases/authentication/forgotPassword.cy.js index d6e6a7e8f2..dda3cd887c 100644 --- a/cypress-tests/cypress/e2e/happypath/platform/commonTestcases/authentication/forgotPassword.cy.js +++ b/cypress-tests/cypress/e2e/happypath/platform/commonTestcases/authentication/forgotPassword.cy.js @@ -1,5 +1,5 @@ -import { commonSelectors } from "../../constants/selectors/common"; -import { commonText } from "../../constants/texts/common"; +import { commonSelectors } from "Selectors/common"; +import { commonText } from "Texts/common"; import { fake } from "Fixtures/fake"; import { addNewUser } from "Support/utils/onboarding"; import { logout } from "Support/utils/common"; diff --git a/cypress-tests/cypress/e2e/happypath/platform/commonTestcases/workspace/manageUsers.cy.js b/cypress-tests/cypress/e2e/happypath/platform/commonTestcases/workspace/manageUsers.cy.js index 899fbb4bb2..e41aeee42b 100644 --- a/cypress-tests/cypress/e2e/happypath/platform/commonTestcases/workspace/manageUsers.cy.js +++ b/cypress-tests/cypress/e2e/happypath/platform/commonTestcases/workspace/manageUsers.cy.js @@ -9,7 +9,7 @@ import { dashboardSelector } from "Selectors/dashboard"; import { updateWorkspaceName } from "Support/utils/userPermissions"; import { groupsSelector } from "Selectors/manageGroups"; import { groupsText } from "Texts/manageGroups"; -import { addNewUser } from "../../support/utils/onboarding"; +import { addNewUser } from "Support/utils/onboarding"; const data = {}; data.groupName = fake.firstName.replaceAll("[^A-Za-z]", "");