浏览代码

housekeeping: change test name + comment (via #5091)

bubble
kyle 5 年前
committed by GitHub
父节点
当前提交
69b362aded
找不到此签名对应的密钥 GPG 密钥 ID: 4AEE18F83AFDEB23
共有 1 个文件被更改,包括 1 次插入3 次删除
  1. +1
    -3
      test/e2e-cypress/tests/features/dynamic-default-oauth.js

+ 1
- 3
test/e2e-cypress/tests/features/dynamic-default-oauth.js 查看文件

@@ -1,7 +1,5 @@
describe("dynamic default oauth2RedirectUrl", () => {
it("should render the OAS3 badge correctly", () => {
// This is a sanity check to make sure the badge is present.
// If this is failing, it's probably not related to #4865.
it("should compute an oauth2RedirectUrl based on the browser's location at runtime", () => {
cy.visit("/")
.window()
.then(win => win.ui.getConfigs())


正在加载...
取消
保存