Skip to content

Commit

Permalink
Enhanced test graph_analysis
Browse files Browse the repository at this point in the history
  • Loading branch information
edro15 committed Mar 6, 2024
1 parent ad2bf8a commit 1b353a2
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions test/cypress/e2e/graph_analysis.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,9 @@ describe('Graph Analysis', {
});

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

it("navigation works", () => {
// 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 1b353a2

Please sign in to comment.