housekeeping: change test name + comment (via #5091)
This commit is contained in:
@@ -1,7 +1,5 @@
|
|||||||
describe("dynamic default oauth2RedirectUrl", () => {
|
describe("dynamic default oauth2RedirectUrl", () => {
|
||||||
it("should render the OAS3 badge correctly", () => {
|
it("should compute an oauth2RedirectUrl based on the browser's location at runtime", () => {
|
||||||
// This is a sanity check to make sure the badge is present.
|
|
||||||
// If this is failing, it's probably not related to #4865.
|
|
||||||
cy.visit("/")
|
cy.visit("/")
|
||||||
.window()
|
.window()
|
||||||
.then(win => win.ui.getConfigs())
|
.then(win => win.ui.getConfigs())
|
||||||
|
|||||||
Reference in New Issue
Block a user