housekeeping: test fixture file path mistake (via #4862)

This commit is contained in:
k.bigwheel
2018-09-15 14:23:25 +09:00
committed by kyle
parent 7fff56cc29
commit 13341658f9

View File

@@ -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)
}) })