Skip to content

Commit

Permalink
Merge pull request #272 from CSCfi/dependabot/npm_and_yarn/develop/fl…
Browse files Browse the repository at this point in the history
…ow-bin-0.149.0

Bump flow-bin from 0.148.0 to 0.149.0
  • Loading branch information
blankdots authored Apr 28, 2021
2 parents 33905f1 + 5d9e849 commit 02ba39d
Show file tree
Hide file tree
Showing 4 changed files with 99 additions and 81 deletions.
2 changes: 0 additions & 2 deletions .flowconfig
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,5 @@
[options]
# Set up support for absolute imports
module.name_mapper='^\([^\.].*\)$' -> '<PROJECT_ROOT>/src/\1'
# Enable support for the use of optional chaining per the currently (Aug 2020) pending spec.
esproposal.optional_chaining=enable

[strict]
6 changes: 3 additions & 3 deletions cypress/integration/home.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ describe("Home e2e", function () {

cy.reload()
// Click "See all" button to navigate to all unpublished folders list
cy.get("div.MuiCardActions-root", { timeout: 30000 })
cy.get("div.MuiCardActions-root", { timeout: 60000 })
.first()
.should("be.visible")
.find("button")
Expand All @@ -55,12 +55,12 @@ describe("Home e2e", function () {
.then($btn => $btn.click())

// Check the created folder existing in the list and navigate to see its details
cy.get("ul.MuiList-root", { timeout: 10000 })
cy.get("ul.MuiList-root", { timeout: 30000 })
.should("be.visible")
.within(() =>
cy
.get("div.MuiButtonBase-root")
.filter(':contains("Test unpublished folder")', { timeout: 30000 })
.filter(':contains("Test unpublished folder")', { timeout: 60000 })
.should("be.visible")
.then($el => $el.last().click())
)
Expand Down
152 changes: 86 additions & 66 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 02ba39d

Please sign in to comment.