Skip to content

Commit

Permalink
Fixed graph_analysis tests
Browse files Browse the repository at this point in the history
  • Loading branch information
edro15 committed Apr 15, 2024
1 parent 05661e5 commit a824af8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/cypress/e2e/graph_analysis.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ describe('Graph Analysis', {
},
}
).as('hasPageLoaded');
cy.visit(Cypress.env("cmc_uri") + "/graph_analysis");
});

afterEach(() => {
Expand All @@ -23,8 +24,6 @@ describe('Graph Analysis', {

describe("Validates data on dashboard", () => {
it("navigation works", () => {
cy.visit(Cypress.env("cmc_uri") + "/graph_analysis");

// Check the URL is correct
cy.location().should((loc) => {
expect(loc.pathname).to.eq('/en-US/app/splunk-3D-graph-network-topology-viz/graph_analysis');
Expand Down

0 comments on commit a824af8

Please sign in to comment.