We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7fff56c commit 1334165Copy full SHA for 1334165
test/e2e-cypress/tests/deep-linking.js
@@ -86,7 +86,7 @@ describe("Deep linking feature", () => {
86
})
87
88
describe("in OpenAPI 3", () => {
89
- const baseUrl = "/?deepLinking=true&url=/documents/features/deep-linking.swagger.yaml"
+ const baseUrl = "/?deepLinking=true&url=/documents/features/deep-linking.openapi.yaml"
90
beforeEach(() => {
91
cy.visit(baseUrl)
92
@@ -171,4 +171,4 @@ describe("Deep linking feature", () => {
171
172
173
174
-})
+})
0 commit comments