housekeeping: test fixture file path mistake (via #4862)
This commit is contained in:
@@ -86,7 +86,7 @@ describe("Deep linking feature", () => {
|
|||||||
})
|
})
|
||||||
})
|
})
|
||||||
describe("in OpenAPI 3", () => {
|
describe("in OpenAPI 3", () => {
|
||||||
const baseUrl = "/?deepLinking=true&url=/documents/features/deep-linking.swagger.yaml"
|
const baseUrl = "/?deepLinking=true&url=/documents/features/deep-linking.openapi.yaml"
|
||||||
beforeEach(() => {
|
beforeEach(() => {
|
||||||
cy.visit(baseUrl)
|
cy.visit(baseUrl)
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user