diff --git a/cypress/integration/common/00_pre_configurations.js b/cypress/integration/common/00_pre_configurations.js index b7f00210cb..aee4de2e60 100644 --- a/cypress/integration/common/00_pre_configurations.js +++ b/cypress/integration/common/00_pre_configurations.js @@ -3,7 +3,7 @@ // import { loginPage, projectsPage } from "../../support/page_objects/navigation" -import { mainPage } from "../../support/page_objects/mainpage" +import { mainPage } from "../../support/page_objects/mainPage" import { staticProjects, roles } from "../../support/page_objects/projectConstants" describe(`Project pre-configurations`, () => { @@ -90,4 +90,4 @@ describe('Static users- add to other static projects', () => { * You should have received a copy of the GNU Affero General Public License * along with this program. If not, see . * - */ \ No newline at end of file + */