From 13341658f939d1a9b8304fadd7326fff2707dcab Mon Sep 17 00:00:00 2001 From: "k.bigwheel" Date: Sat, 15 Sep 2018 14:23:25 +0900 Subject: [PATCH] housekeeping: test fixture file path mistake (via #4862) --- test/e2e-cypress/tests/deep-linking.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/e2e-cypress/tests/deep-linking.js b/test/e2e-cypress/tests/deep-linking.js index 4f51e143..39bdaf46 100644 --- a/test/e2e-cypress/tests/deep-linking.js +++ b/test/e2e-cypress/tests/deep-linking.js @@ -86,7 +86,7 @@ describe("Deep linking feature", () => { }) }) 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(() => { cy.visit(baseUrl) }) @@ -171,4 +171,4 @@ describe("Deep linking feature", () => { }) }) }) -}) \ No newline at end of file +})