From 405b1c3ba2dbc655a4ea90038011f448769f0bbf Mon Sep 17 00:00:00 2001 From: Psami-wondah Date: Tue, 4 Mar 2025 09:57:54 +0100 Subject: [PATCH] feat: DX-2289 - [1-1 implementation review - S41] footer --- cypress/e2e/1-test-login.cy.ts | 2 +- cypress/e2e/4-reports.cy.ts | 2 +- src/app/components/Dialogs/TourGuide/rowFrameIntro.tsx | 6 +++--- src/app/modules/callback-module/index.tsx | 2 +- src/app/modules/chart-module/routes/chart-type/index.tsx | 2 +- src/app/modules/chart-module/routes/customize/index.tsx | 2 +- src/app/modules/chart-module/routes/filters/index.tsx | 2 +- src/app/modules/chart-module/routes/mapping/index.tsx | 2 +- src/app/modules/chart-module/routes/preview-theme/index.tsx | 2 +- src/app/modules/chart-module/routes/preview/index.tsx | 2 +- src/app/modules/chart-module/routes/select-data/index.tsx | 2 +- .../modules/dataset-module/routes/datasetDetail/index.tsx | 2 +- src/app/modules/dataset-module/routes/edit/index.tsx | 2 +- .../routes/upload-module/upload-steps/index.tsx | 2 +- .../modules/home-module/components/Footer/DesktopFooter.tsx | 2 +- .../home-module/components/nonAuthUserLibrary/infoCard.tsx | 6 +++--- .../components/nonAuthUserLibrary/signupDialog.tsx | 5 +++-- src/app/modules/home-module/index.tsx | 2 +- src/app/modules/home-module/sub-modules/about/index.tsx | 2 +- src/app/modules/home-module/sub-modules/contact/index.tsx | 2 +- src/app/modules/home-module/sub-modules/dashboard/index.tsx | 2 +- src/app/modules/home-module/sub-modules/landing/index.tsx | 2 +- src/app/modules/home-module/sub-modules/partners/index.tsx | 2 +- src/app/modules/home-module/sub-modules/pricing/index.tsx | 2 +- src/app/modules/home-module/sub-modules/why-dx/index.tsx | 2 +- src/app/modules/onboarding-module/component/card/index.tsx | 2 +- src/app/modules/onboarding-module/index.tsx | 2 +- src/app/modules/story-module/views/ai-template/index.tsx | 6 +++--- src/app/modules/story-module/views/create/index.tsx | 2 +- src/app/modules/story-module/views/edit/index.tsx | 2 +- src/app/modules/story-module/views/initial/index.tsx | 2 +- src/app/modules/story-module/views/preview/index.tsx | 2 +- src/app/modules/user-profile-module/index.tsx | 2 +- src/app/modules/user-profile-module/sub-module/profile.tsx | 2 +- 34 files changed, 42 insertions(+), 41 deletions(-) diff --git a/cypress/e2e/1-test-login.cy.ts b/cypress/e2e/1-test-login.cy.ts index 2ccd10552..1c22f9f49 100644 --- a/cypress/e2e/1-test-login.cy.ts +++ b/cypress/e2e/1-test-login.cy.ts @@ -1,6 +1,6 @@ /// -describe("Login for a test user on DX", () => { +describe("Login for a test user on Dataxplorer", () => { beforeEach(() => { // cy.login(); cy.loginToAuth0( diff --git a/cypress/e2e/4-reports.cy.ts b/cypress/e2e/4-reports.cy.ts index 52b3773f6..747b427fc 100644 --- a/cypress/e2e/4-reports.cy.ts +++ b/cypress/e2e/4-reports.cy.ts @@ -21,7 +21,7 @@ describe("Testing stories on DX", () => { // restoring login cache cy.restoreLocalStorageCache(); - // Navigating to dx home page + // Navigating to Dataxplorer home page cy.intercept("GET", `${apiUrl}/users/plan-data`).as("planData"); cy.visit("/"); diff --git a/src/app/components/Dialogs/TourGuide/rowFrameIntro.tsx b/src/app/components/Dialogs/TourGuide/rowFrameIntro.tsx index bd2af4171..86a623c9e 100644 --- a/src/app/components/Dialogs/TourGuide/rowFrameIntro.tsx +++ b/src/app/components/Dialogs/TourGuide/rowFrameIntro.tsx @@ -75,9 +75,9 @@ export default function RowFrameIntro(props: {

- The stories in Dx are created by rows. Whenever you want to add - chart or text, you need to use the Row frame element and Select a - structure for the row. + The stories in Dataxplorer are created by rows. Whenever you want to + add chart or text, you need to use the Row frame element and Select + a structure for the row.