stable

Clone or download

Read-only

End-to-end test of OAuth2 app edition and deletion

Part of story #14811 Edit OAuth2 App How to test: - make tests_cypress should succeed This tests OAuth2 app creation, new client secret generation, app edition and deletion. Change-Id: I05caafcfd619a6d56bf23dfe9eb30c377b39b801

Modified Files

Name
M plugins/oauth2_server/templates/app-delete-modal.mustache +2 −1 Go to diff View file
M plugins/oauth2_server/templates/app-edit-modal.mustache +19 −10 Go to diff View file
M plugins/oauth2_server/templates/new-secret-modal.mustache +2 −1 Go to diff View file
M plugins/oauth2_server/templates/project-admin.mustache +5 −2 Go to diff View file
M plugins/oauth2_server/tests/e2e/cypress/cypress/integration/oidc-flow.spec.js +81 −2 Go to diff View file