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
Right now, the user is asked to confirm unsaved changes or the deletion of an object with a standard JavaScript dialog. This is very annoying to test because even when using spies, the tester has to manually click the confirm to get the tests to pass. A Bootstrap modal would be much easier to test because it wouldn't show up in the test console. Also, JavaScript dialogs are disgusting
The text was updated successfully, but these errors were encountered:
Right now, the user is asked to confirm unsaved changes or the deletion of an object with a standard JavaScript dialog. This is very annoying to test because even when using spies, the tester has to manually click the confirm to get the tests to pass. A Bootstrap modal would be much easier to test because it wouldn't show up in the test console. Also, JavaScript dialogs are disgusting
The text was updated successfully, but these errors were encountered: