Ver a proveniência

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

bubble
kyle há 5 anos
committed by GitHub
ascendente
cometimento
69b362aded
Não foi encontrada uma chave conhecida para esta assinatura, na base de dados ID da chave GPG: 4AEE18F83AFDEB23
1 ficheiros alterados com 1 adições e 3 eliminações
  1. +1
    -3
      test/e2e-cypress/tests/features/dynamic-default-oauth.js

+ 1
- 3
test/e2e-cypress/tests/features/dynamic-default-oauth.js Ver ficheiro

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


Carregando…
Cancelar
Guardar