Skip to content

Commit 7df93ab

Browse files
committed
style:removed whitespaces
1 parent e4a314f commit 7df93ab

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

test/cypress/support/commands.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,11 @@ Cypress.Commands.add('splunkLogin', () => {
2828
const loginPath = '/en-US/account/login';
2929

3030
cy.visit(loginPath);
31-
32-
cy.get('input[name=username]').type(Cypress.env('splunk_user'));
31+
32+
cy.get('input[name=username]').type(Cypress.env('splunk_user'));
3333
cy.get('input[name=password]').type(Cypress.env('splunk_password'));
3434
cy.get("input[type=submit][value='Sign In']").click();
35-
35+
3636
cy.url().should('include', '/home');
3737
})
3838

0 commit comments

Comments
 (0)