Skip to content

Commit

Permalink
Data source options are no longer loaded on preview page
Browse files Browse the repository at this point in the history
  • Loading branch information
nolanpro committed Jul 25, 2024
1 parent 089c982 commit 3cb692e
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions tests/e2e/specs/FOUR-6721_RAOS_People2.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -343,11 +343,6 @@ describe("FOUR-6721 RAOS 1.0.0 Screens", () => {
it("Test performance of RAOS 1.0.0 People Screen render complete and start to get data sources", () => {
cy.loadFromJson("RAOS_1.0.0_-_People_2.json", 7);

// Wait screen configuration to load
cy.wait("@DataSourceOne");
cy.wait("@DataSourceTwo");
cy.wait("@DataSourceTwo");

// set initial data to test the screen
cy.setPreviewDataInput(initialData);

Expand Down Expand Up @@ -384,11 +379,6 @@ describe("FOUR-6721 RAOS 1.0.0 Screens", () => {
it("Test performance of RAOS 1.0.0 People Screen render complete and wait for all data sources to load", () => {
cy.loadFromJson("RAOS_1.0.0_-_People_2.json", 7);

// Wait screen configuration to load
cy.wait("@DataSourceOne");
cy.wait("@DataSourceTwo");
cy.wait("@DataSourceTwo");

// set initial data to test the screen
cy.setPreviewDataInput(initialData);

Expand Down

0 comments on commit 3cb692e

Please sign in to comment.