whitespacecode

Results 48 comments of whitespacecode

Adding a class works. But it would be nice to pass :width and :height with component so it would be added in px to the element. So you don't need...

@d-delaey check if your .env APP_ENV is set to local

> Check your .env that it's set to local

I have fixed this in following pull request https://github.com/laracasts/cypress/pull/76. I made this pull request since i'm already using this fix on my codebase.

I went back to this build. It also includes bundles on colors and features like select all/ delete all https://github.com/lpakula/inboxy/releases/tag/v0.0.10

Did you remove the old inboxy and all ? Strange because that one works really well for me

The issue is still present inCypress V13.8.1 ![image](https://github.com/cypress-io/cypress/assets/37139936/a5ed1101-5490-486e-918b-07130b37ba9c)

Thank you for this ticket. We are reverting back to v12 because of this. Our test are failing because we need to interact with the canvas and for some reason...

> @whitespacecode There should be no change to the interaction of canvas elements within your test. The canvas elements are simply not represented in the Test Replay. If you record...

I am experiencing the same issue. E2E tests run perfectly yet i'm getting the same loading screen trying to setup the component tests. No console errors nothing. This is for...