Skip to content

Commit

Permalink
back out change to login()
Browse files Browse the repository at this point in the history
  • Loading branch information
paul-tavares committed Jul 26, 2023
1 parent cfbc429 commit d1a8944
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -55,7 +55,7 @@ interface CyLoginTask {
* @param user
*/
export const login: CyLoginTask = (
user: ServerlessRoleName = 'soc_manager'
user?: ServerlessRoleName
): Cypress.Chainable<Cypress.Response<unknown>> => {
let username = Cypress.env('KIBANA_USERNAME');
let password = Cypress.env('KIBANA_PASSWORD');
Expand Down

0 comments on commit d1a8944

Please sign in to comment.