Skip to content

Commit 69b362a

Browse files
authored
housekeeping: change test name + comment (via #5091)
1 parent a904786 commit 69b362a

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

test/e2e-cypress/tests/features/dynamic-default-oauth.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
describe("dynamic default oauth2RedirectUrl", () => {
2-
it("should render the OAS3 badge correctly", () => {
3-
// This is a sanity check to make sure the badge is present.
4-
// If this is failing, it's probably not related to #4865.
2+
it("should compute an oauth2RedirectUrl based on the browser's location at runtime", () => {
53
cy.visit("/")
64
.window()
75
.then(win => win.ui.getConfigs())

0 commit comments

Comments
 (0)