Sause

Results 24 comments of Sause
trafficstars

this is still an issue with Angular 14, and the workaround doesnt work for me :(

Same issue here. Due to the paths of snapshots are generated dynamically [doc](https://docs.cypress.io/guides/core-concepts/writing-and-organizing-tests#Asset-Files), I tried different ways of hard coded path but no luck. Is there any workaround before the...

I ended up with a super simple hard coded connector between Cypress and pixelmatch. The problem is all base images sit in the same folder so you need to make...

Thank you, gockxml. Remember to add proxy for _HTTPS_

Being able to specify the order could be very useful when testing a process composed by several steps. I'd like each step to be a standalone test, but they need...

I'm having the same performance issue when dealing with large forms. I created an example to show the re-render issue: https://codesandbox.io/embed/react-final-form-simple-example-bsbtj Any field change will cause the whole form re-render,...

Thanks for the quick reply. I downgraded to `v2.20.40` and ran into the server render issue ([link](https://twitter.com/andrewingram/status/771370174587043840)). If anyone else got a flash screen when server rendering and empty `css`...

Hi @nguyenlamlll I haven't tested it with v4.1.7, maybe it doesn't work with this version as Strapi updates very frequently.

I guess you need to run `yarn install` in the plugin folder. `file-saver` is a dependency of this plugin.

Yeah, it's also mentioned in #23 I did a fix to export the relationships, but currently the relationships cannot be imported yet. I need to figure out how to import...