瀏覽代碼

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

bubble
k.bigwheel 6 年之前
committed by kyle
父節點
當前提交
13341658f9
共有 1 個檔案被更改,包括 2 行新增2 行删除
  1. +2
    -2
      test/e2e-cypress/tests/deep-linking.js

+ 2
- 2
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", () => {
})
})
})
})
})

Loading…
取消
儲存