Skip to content

Commit

Permalink
housekeeping: change test name + comment (via #5091)
Browse files Browse the repository at this point in the history
  • Loading branch information
shockey authored Dec 19, 2018
1 parent a904786 commit 69b362a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions test/e2e-cypress/tests/features/dynamic-default-oauth.js
Original file line number Diff line number Diff line change
@@ -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())
Expand Down

0 comments on commit 69b362a

Please sign in to comment.