Files
grecia/app/views/admin
Javi Martín 5bf968d2b2 Don't use confirm dialog in admin homepage form
In this case the confirmation dialog isn't really necessary since the
action to enable/disable the setting can easily be undone.

Furthermore, these tests were failing with Chrome 83, probably because
we use `confirm_dialog` and then we use `visit` without checking the
page in between.

In theory we shouldn't need to check the page in between because the
request generated by `confirm_dialog` is a synchronous one and so
`visit` isn't executed after the previous request has finished, but
apparently this behavior has changed in Chrome 83.

We could add an expectation before executing the `visit` method, but
that wouldn't improve the usability of the application.
2020-05-25 19:28:16 +02:00
..
2019-11-05 14:17:04 +01:00
2019-11-13 19:52:15 +01:00
2019-10-25 17:00:18 +02:00
2019-11-06 00:04:02 +01:00
2019-10-25 17:00:18 +02:00
2019-11-06 00:04:02 +01:00
2019-11-01 20:08:46 +01:00
2019-11-01 20:08:46 +01:00
2019-09-10 21:04:56 +02:00
2019-09-21 16:25:20 +03:00
2019-09-10 20:02:15 +02:00
2019-11-05 23:15:17 +01:00