Skip to content

Commit

Permalink
pr comments
Browse files Browse the repository at this point in the history
  • Loading branch information
cauemarcondes committed Oct 17, 2024
1 parent f32a258 commit ed6766f
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ Cypress.Commands.add('loginAsSuperUser', () => {
Cypress.Commands.add(
'loginAs',
({ username, password }: { username: string; password: string }) => {
// cy.session(username, () => {
const kibanaUrl = Cypress.env('KIBANA_URL');
cy.log(`Logging in as ${username} on ${kibanaUrl}`);
cy.visit('/');
Expand All @@ -44,7 +43,6 @@ Cypress.Commands.add(
headers: {
'kbn-xsrf': 'e2e_test',
},
// });
});
cy.visit('/');
}
Expand Down

0 comments on commit ed6766f

Please sign in to comment.