Skip to content

Commit

Permalink
Merge pull request #278 from zimmerman-team/fix/DX-2109
Browse files Browse the repository at this point in the history
Fix/dx 2109 - Copy changes
  • Loading branch information
Psami-wondah authored Dec 10, 2024
2 parents dcfb96a + 10350ba commit b1d4583
Show file tree
Hide file tree
Showing 179 changed files with 1,434 additions and 1,455 deletions.
6 changes: 3 additions & 3 deletions cypress/e2e/3-charts.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ describe("Testing create chart on DX", () => {

cy.location("pathname").should("include", "/mapping");

cy.get('[data-cy="report-sub-header-title-input"]').type(
cy.get('[data-cy="story-sub-header-title-input"]').type(
`{selectall}{backspace}${testname1}`
);

Expand Down Expand Up @@ -134,7 +134,7 @@ describe("Testing create chart on DX", () => {

cy.location("pathname").should("include", "/mapping");

cy.get('[data-cy="report-sub-header-title-input"]').type(
cy.get('[data-cy="story-sub-header-title-input"]').type(
`{selectall}{backspace}${testname2}`
);
cy.contains('[data-cy="nonstatic-dimension-container"]', "X Axis").within(
Expand Down Expand Up @@ -240,7 +240,7 @@ describe("Testing Ai chart creation", () => {

cy.location("pathname").should("include", "/mapping");

cy.get('[data-cy="report-sub-header-title-input"]').type(
cy.get('[data-cy="story-sub-header-title-input"]').type(
`{selectall}{backspace}${testname3}`
);

Expand Down
Loading

0 comments on commit b1d4583

Please sign in to comment.