Skip to content
This repository has been archived by the owner on Mar 24, 2023. It is now read-only.

Commit

Permalink
Merge pull request #945 from laverya/update-cypress
Browse files Browse the repository at this point in the history
update cypress tests
  • Loading branch information
laverya committed May 21, 2019
2 parents 030237a + b02eff9 commit fc9d7e1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ jobs:
- ship/bin
e2e_setup:
docker:
- image: cypress/browsers:chrome67
- image: cypress/browsers:node8.9.3-chrome73
working_directory: ~/ship
steps:
- checkout
Expand All @@ -130,7 +130,7 @@ jobs:
key: ship-e2e-setup-cy-3.1.0
e2e_init:
docker:
- image: cypress/browsers:chrome67
- image: cypress/browsers:node8.9.3-chrome73
working_directory: ~/ship
steps:
- checkout
Expand Down
2 changes: 1 addition & 1 deletion web/app/cypress/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ ADD . /go/src/github.com/replicatedhq/ship
WORKDIR /go/src/github.com/replicatedhq/ship
RUN make build-ci-cypress

FROM cypress/browsers:chrome67
FROM cypress/browsers:node8.9.3-chrome73
# Unzipping of Cypress binary very slow through npm install
# Instead, pull binary directly
# TODO: Verify checksum of binary
Expand Down
2 changes: 1 addition & 1 deletion web/app/cypress/integration/init/testchart.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ describe("Ship Init test-charts/modify-chart", () => {

context("outro", () => {
it("allows the user to complete wizard", () => {
cy.get(".btn").first().click();
cy.get(".btn.primary", {timeout: 10000}).first().click({force: true});
})
})
});

0 comments on commit fc9d7e1

Please sign in to comment.