Skip to content

Commit

Permalink
Revert Cypress to 4.3.0 to see if it fixes a failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
ktmud committed Apr 16, 2020
1 parent 2f98e07 commit e6c7c55
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ export default () =>
});
});

it.skip('should apply filter', () => {
it('should apply filter', () => {
cy.get('.Select-placeholder')
.contains('Select [region]')
.click()
Expand Down
6 changes: 3 additions & 3 deletions superset-frontend/cypress-base/package-lock.json

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

2 changes: 1 addition & 1 deletion superset-frontend/cypress-base/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
},
"devDependencies": {
"@cypress/code-coverage": "^3.1.0",
"cypress": "^4.4.0",
"cypress": "4.3.0",
"eslint-plugin-cypress": "^2.10.3"
}
}

0 comments on commit e6c7c55

Please sign in to comment.