Closed Ppkd2021 closed 3 years ago
Hey @Ppkd2021, we have a fix going out in our next release on Monday for the ERR_INVALID_ARG_TYPE error here: https://github.com/cypress-io/cypress/issues/16223
You can download the pre-release version of Cypress to get this fix. Follow the instructions here
Duplicate of https://github.com/cypress-io/cypress/issues/16223
@jennifer-shehane Thanks for sharing the info. Also, We are observing that auto-scrolling is happening during the execution of test cases due to which many test cases are failing because cypress is not able to click on the element. Is that issue will also be addressed with the next release.
We have not set scrollingbehavior flag in cypress.json or in the test case.
@Ppkd2021 I'm not aware of this issue specifically. Can you open an issue with an example to reproduce?
Current behavior
We are trying to intercept a put request for uploading image to s3 bucket, It fails with an invalid argument type error when we wait for that respective interception. All other interceptions are working fine just one mentioned above is failing, Also, THe same test case is working fine in cypress 6.8.0 but when we upgraded cypress to 7.2.0 then it started failing. I checked again by downgrading the cypress to 6.8 and it is working fine but not in 7.2.0
Route URL : https://bd-cs-dev-media.s3.us-east-1.amazonaws.com/public/pics/*
Desired behavior
Test code to reproduce
https://user-images.githubusercontent.com/59794856/117450691-32903e80-af5f-11eb-8ae4-04df7758286e.mp4
Versions
<Cypress 7.2.0>