Ran Byron

Results 17 comments of Ran Byron

Thisi my use case for this feature: ```js it('cancel button returns to original state', () => { // save current state cy.get('some-element').toMatchSnapshot({ overwrite: true, }); // do stuff // click...

Notice, I'm **already using this in production** on a website of mine called [citytree](http://citytree.net). This is my [pages folder](https://github.com/ranbena/citytree/tree/main/src/pages). You can see `practical-ecology` has both [English](http://citytree.net/en/practical-ecology) and [Hebrew](http://citytree.net/practical-ecology/). While `abracadabra`...

I think that best approach is to disable the "Execute" button when not all execute conditions are fulfilled, alongside a clear indication of the disable reason. (Working on demo)

(ignore the wording and style) Disallow execution if any param empty. 1. Toggle off execute button 2. Show reason tooltip on button 3. Indicate error on empty parameters. (Error message...

> When a required parameter value is missing @arikfr are all params required?

> 1. There might be other issues with a parameter, like wrong value. > 2. Based on the above and to avoid duplicate logic between backend/frontend, how about we change...

@marveluck this is such an ancient project. Are you using it? Looks like the redirect works fine anyway.

Please assign this to me if possible