diff --git a/.circleci/Dockerfile.cypress b/.circleci/Dockerfile.cypress index bce08d28c5..ac8efd848b 100644 --- a/.circleci/Dockerfile.cypress +++ b/.circleci/Dockerfile.cypress @@ -3,7 +3,8 @@ FROM cypress/browsers:chrome67 ENV APP /usr/src/app WORKDIR $APP -RUN npm install --no-save puppeteer@1.10.0 cypress@^3.1.5 @percy/cypress@^0.2.3 atob@2.1.2 > /dev/null +COPY package.json $APP/package.json +RUN npm run cypress:install > /dev/null COPY cypress $APP/cypress COPY cypress.json $APP/cypress.json diff --git a/client/app/components/app-header/app-header.html b/client/app/components/app-header/app-header.html index ea35732b14..f4dbb6e8dd 100644 --- a/client/app/components/app-header/app-header.html +++ b/client/app/components/app-header/app-header.html @@ -67,7 +67,7 @@
diff --git a/client/app/pages/dashboards/dashboard.html b/client/app/pages/dashboards/dashboard.html index 715a9f105e..29d3b7d1db 100644 --- a/client/app/pages/dashboards/dashboard.html +++ b/client/app/pages/dashboards/dashboard.html @@ -61,7 +61,7 @@