Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Docker Image, .node-version to use Node 12.18.0, fix additional flake #428

Merged
merged 8 commits into from
Jun 16, 2020

Conversation

kevinold
Copy link
Contributor

No description provided.

@kevinold kevinold changed the title Update Docker Image to use Node 12.18 Update Docker Image, .node-version to use Node 12.18 Jun 15, 2020
@kevinold kevinold changed the title Update Docker Image, .node-version to use Node 12.18 Update Docker Image, .node-version to use Node 12.18.0 Jun 15, 2020
@cypress
Copy link

cypress bot commented Jun 15, 2020



Test summary

53 0 0 0


Run details

Project cypress-realworld-app
Status Passed
Commit 90c5337
Started Jun 16, 2020 8:04 PM
Ended Jun 16, 2020 8:07 PM
Duration 03:16 💡
OS Windows 10.0.17763
Browser Electron 80

View run in Cypress Dashboard ➡️


This comment has been generated by cypress-bot as a result of this project's GitHub integration settings. You can manage this integration in this project's settings in the Cypress Dashboard

@codecov
Copy link

codecov bot commented Jun 16, 2020

Codecov Report

Merging #428 into develop will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##           develop      #428   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           79        79           
  Lines         1441      1441           
  Branches       234       234           
=========================================
  Hits          1441      1441           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 9a0e152...90c5337. Read the comment docs.

@kevinold kevinold marked this pull request as ready for review June 16, 2020 20:17
@kevinold kevinold changed the title Update Docker Image, .node-version to use Node 12.18.0 Update Docker Image, .node-version to use Node 12.18.0, fix additional flake Jun 16, 2020
@kevinold kevinold requested a review from bahmutov June 16, 2020 20:17
@@ -86,7 +86,11 @@ describe("Notifications", function () {
cy.visit(`/transaction/${transaction.id}`);
});

const likesCountSelector = "[data-test*=transaction-like-count]";
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this happens several times in this spec file, might as well factor out in a small utility function

Copy link
Contributor

@bahmutov bahmutov left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nice

@kevinold kevinold merged commit b074f0c into develop Jun 16, 2020
@kevinold kevinold deleted the node-12.18-ci-image branch June 19, 2020 14:49
obaidaattaee pushed a commit to obaidaattaee/cypress-realworld-app that referenced this pull request Nov 30, 2021
…l flake (cypress-io#428)

* update docker image

* update node version to 12.18

* wait for comment to be posted

* set firefoxGcInterval to null per cypress-io/cypress#6813

* remove quotes from cypress config

* add assertion to fix additional flake

* set firefoxGcInterval to null in cypress.json vs circle config

* ensure like button click is registered on server
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants