Skip to content

Commit 1334165

Browse files
bigwheelshockey
authored andcommitted
housekeeping: test fixture file path mistake (via #4862)
1 parent 7fff56c commit 1334165

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/e2e-cypress/tests/deep-linking.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ describe("Deep linking feature", () => {
8686
})
8787
})
8888
describe("in OpenAPI 3", () => {
89-
const baseUrl = "/?deepLinking=true&url=/documents/features/deep-linking.swagger.yaml"
89+
const baseUrl = "/?deepLinking=true&url=/documents/features/deep-linking.openapi.yaml"
9090
beforeEach(() => {
9191
cy.visit(baseUrl)
9292
})
@@ -171,4 +171,4 @@ describe("Deep linking feature", () => {
171171
})
172172
})
173173
})
174-
})
174+
})

0 commit comments

Comments
 (0)