From 69b362aded01d7928978448054c8f45ad389939b Mon Sep 17 00:00:00 2001 From: kyle Date: Wed, 19 Dec 2018 20:52:28 +0100 Subject: [PATCH] housekeeping: change test name + comment (via #5091) --- test/e2e-cypress/tests/features/dynamic-default-oauth.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/test/e2e-cypress/tests/features/dynamic-default-oauth.js b/test/e2e-cypress/tests/features/dynamic-default-oauth.js index ad39a914..73247781 100644 --- a/test/e2e-cypress/tests/features/dynamic-default-oauth.js +++ b/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())