Filip Hric
Filip Hric
@praveenpandey02 do you have a page that you want to test this scenario on? Usually the leave intent is just some event listener on invisible element, so getting the right...
I think the problem might be with the targeted element. Looking at the application, I see that `mouseover` and `mouseout` elements are actually bound to `` tag, so you should...
Hey @matifniaz I don’t think I follow. What exactly is not showing on the snapshot that should be there?
So do I understand correctly that the scrolling does not work here? What OS & browser is this please?
oooooooh I think I understand now. I’ll take a look and make sure to fix this
oooooooh I think I understand now. I’ll take a look and make sure to fix this
hey @matifniaz can you please send a reproducible issue? I cannot seem to replicate this. before and after hooks work well, I don’t see any merging of payloads.
this is how Cypress works, there’s not too much I can do with that. you will see the api call from `before()` hook as part of your first test and...
will create support for this soon 👍 thanks for the report. one question - before `.then()` command, do you use `cy.fixture()` to load the file?
it seems that the `formData` on its own is not the core of the problem. I have been able to work OK with the following test: ```js it('uploads a file',...