Skip to content

Commit

Permalink
Adding Flow Framework Dashboards integration tests
Browse files Browse the repository at this point in the history
Signed-off-by: saimedhi <saimedhi@amazon.com>
  • Loading branch information
saimedhi committed Oct 21, 2024
1 parent 1e14320 commit 78d09c3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ describe('Creating Workflows Using Various Methods', () => {
});

beforeEach(() => {
cy.visit(FF_URL.WORKFLOWS_NEW);
cy.visit(FF_URL.WORKFLOWS_LIST, { timeout: 10000 });
cy.url().should('include', getLastPathSegment(FF_URL.WORKFLOWS_NEW));
});

Expand Down

0 comments on commit 78d09c3

Please sign in to comment.