We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a904786 commit 69b362aCopy full SHA for 69b362a
test/e2e-cypress/tests/features/dynamic-default-oauth.js
@@ -1,7 +1,5 @@
1
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.
+ it("should compute an oauth2RedirectUrl based on the browser's location at runtime", () => {
5
cy.visit("/")
6
.window()
7
.then(win => win.ui.getConfigs())
0 commit comments