You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
BEHAVIOR:
When you press save and run it pops up saying This will overwrite "xxx". Continue? if you press cancel it still runs the test.
If you press continue and are changing the underlying javascript it will over ride the code - making it difficult to figure out how to run the test while keeping changes custom.
ISSUE:
I want to run a test without saving it easily.
I assumed if you pressed cancel it would not run the test. - but by pressing cancel it is doing the thing I want it to do.
FIX:
Better wording to understand what the actual behaviour is
OR
Add an extra button to run without saving and make the cancel behaviour not run the test.
The text was updated successfully, but these errors were encountered:
Because the test runs on the generated JavaScript code, the code has to be saved before the test can run. I guess it might be possible to save to a temp location and run it, but that sounds hard!
BEHAVIOR:
When you press
save and run
it pops up sayingThis will overwrite "xxx". Continue?
if you press cancel it still runs the test.If you press
continue
and are changing the underlying javascript it will over ride the code - making it difficult to figure out how to run the test while keeping changes custom.ISSUE:
FIX:
Better wording to understand what the actual behaviour is
OR
Add an extra button to
run without saving
and make thecancel
behaviour not run the test.The text was updated successfully, but these errors were encountered: