Actions
Refactor #14291
closedRemove app logins from every integration test
Description
Each integration test currently runs the login_admin
integration test helper which navigates to the index page, fills in the login form and submits it before running the main contents of the test. This is inefficient and adds two requests and some time to the execution of each test.
The login process should be removed from the test steps and tested once by itself, instead of on every integration test. The SSO mechanism in Foreman can be used to automate the login process instead.
Updated by The Foreman Bot almost 9 years ago
- Status changed from Assigned to Ready For Testing
- Pull request https://github.com/theforeman/foreman/pull/3353 added
Updated by Marek Hulán almost 9 years ago
- Translation missing: en.field_release set to 136
Updated by Dominic Cleal almost 9 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset 5c02935a1eb38b8a4c6795f6170740d2d29cefad.
Actions