Skip to content

Commit

Permalink
chore: upgrade cypress to use retries (#10923)
Browse files Browse the repository at this point in the history
  • Loading branch information
Elizabeth Thompson authored Sep 17, 2020
1 parent 213b772 commit ed9b50b
Show file tree
Hide file tree
Showing 4 changed files with 306 additions and 188 deletions.
6 changes: 5 additions & 1 deletion superset-frontend/cypress-base/cypress.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,9 @@
"videoUploadOnPasses": false,
"viewportWidth": 1280,
"viewportHeight": 1024,
"projectId": "ukwxzo"
"projectId": "ukwxzo",
"retries": {
"runMode": 2,
"openMode": 0
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ describe('AdhocFilters', () => {
});
});

xit('Set custom adhoc filter', () => {
it('Set custom adhoc filter', () => {
cy.visitChartByName('Num Births Trend');
cy.verifySliceSuccess({ waitAlias: '@postJson' });

Expand Down
Loading

0 comments on commit ed9b50b

Please sign in to comment.