1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/actionpack/test/dispatch/system_testing
Zamith fc7781646c Uses the absolute path for system test screenshots
Why:

* When getting an error that generates a screenshot it would be helpful
  to be able to ctrl+click it to quickly open it in the browser, which
  does not work with relative paths

This change addresses the need by:

* Changing `image_path` to disregard the relative path and use the
  absolute one instead
2018-02-27 13:49:38 +00:00
..
driver_test.rb Move browser checking to its own class 2018-01-15 14:21:48 -05:00
screenshot_helper_test.rb Uses the absolute path for system test screenshots 2018-02-27 13:49:38 +00:00
server_test.rb Change the system tests to set Puma as default server only when the user haven't specified manually another server. 2017-12-09 16:46:31 -05:00
system_test_case_test.rb Add headless firefox driver to System Tests 2017-12-07 20:20:54 +02:00