File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -913,7 +913,7 @@ describe('DataExplorer', () => {
913913 } )
914914 } )
915915
916- describe ( 'download csv' , ( ) => {
916+ describe . skip ( 'download csv' , ( ) => {
917917 // docs for how to test form submission as file download:
918918 // https://github.com/cypress-io/cypress-example-recipes/blob/cc13866e55bd28e1d1323ba6d498d85204f292b5/examples/testing-dom__download/cypress/e2e/form-submission-spec.cy.js
919919 const downloadsDirectory = Cypress . config ( 'downloadsFolder' )
@@ -947,8 +947,8 @@ describe('DataExplorer', () => {
947947 . click ( )
948948 } )
949949
950- cy . wait ( '@query' )
951- . its ( 'request' )
950+ cy . wait ( '@query' , { timeout : 5000 } )
951+ . its ( 'request' , { timeout : 5000 } )
952952 . then ( req => {
953953 cy . request ( req )
954954 . then ( ( { body, headers} ) => {
You can’t perform that action at this time.
0 commit comments