Skip to content

Commit

Permalink
Merge pull request #343 from JarvusInnovations/develop
Browse files Browse the repository at this point in the history
Release: v1.20.8
  • Loading branch information
themightychris authored Apr 10, 2022
2 parents cfe76a6 + 29e0254 commit c2ffa1c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/test-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ jobs:
- name: 'Stop default mysql service'
run: sudo service mysql stop

- name: 'Match system timezone to application default'
run: sudo timedatectl set-timezone America/New_York

- name: 'Initialize Chef Habitat environment'
uses: JarvusInnovations/habitat-action@action/v1
timeout-minutes: 5
Expand Down
3 changes: 2 additions & 1 deletion cypress/support/commands.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,8 @@ Cypress.Commands.add('loginAs', (user, password) => {
password = Cypress.env('TEST_PASSWORD') || user;
}

cy.visit('/');
cy.log(`Logging into ${user}`);

cy.request({
method: 'POST',
url: '/login/?format=json',
Expand Down

0 comments on commit c2ffa1c

Please sign in to comment.