diff --git a/frontend-react/e2e/spec/all/about/about-page.spec.ts b/frontend-react/e2e/spec/all/about/about-page.spec.ts index bf32d2b158b..ce6c6fdaa34 100644 --- a/frontend-react/e2e/spec/all/about/about-page.spec.ts +++ b/frontend-react/e2e/spec/all/about/about-page.spec.ts @@ -1,6 +1,6 @@ -import { scrollToFooter, scrollToTop } from "../../helpers/utils"; -import { AboutPage } from "../../pages/about"; -import { test as baseTest, expect } from "../../test"; +import { scrollToFooter, scrollToTop } from "../../../helpers/utils"; +import { AboutPage } from "../../../pages/about/about"; +import { test as baseTest, expect } from "../../../test"; const URL_ABOUT = "/about";