Skip to content

Commit

Permalink
Merge pull request #99 from layer5labs/aabidsofi19-patch-1
Browse files Browse the repository at this point in the history
Fix design route
  • Loading branch information
aabidsofi19 authored Jun 21, 2024
2 parents 986ec3f + fdb168f commit 9d5555e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress-action/cypress/e2e/e2e/loadDesign.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ const InfraShot = (theme) => {
return describe(`Infra Shot Automated Runner ${theme} Mode`, () => {
beforeEach(() =>
beforeEachCallbackForCustomUrl(
`/extension/meshmap?design=${getDesignId()}`,
`/extension/meshmap?mode=design&design=${getDesignId()}`,
theme
)
);
Expand Down

0 comments on commit 9d5555e

Please sign in to comment.