Files
nairobi/spec/system
Javi Martín 7127b46d9f Use have_current_path instead of include
Using `have_current_path`, Capybara waits until the condition is true,
while using `include` the expectation is evaluated immediately and so
tests might fail when using a driver supporting JavaScript.

Besides, using `have_current_path` the error message is more readable
when the test fails.
2021-04-07 14:32:49 +02:00
..
2021-03-18 15:03:21 +01:00
2020-12-16 13:16:45 +01:00
2020-06-25 19:45:56 +02:00
2021-01-20 19:18:58 +01:00