Commit graph

9 commits

Author SHA1 Message Date
dinsmol
7f8eee52f4 added csv download 2021-08-11 22:28:20 +03:00
Alex Sherman
96b59bfb4c Fix contact creator link 2021-05-18 14:44:36 +05:00
Oleg Hasjanov
3b38be71a8 added tests 2021-02-19 16:50:42 +02:00
Oleg Hasjanov
02b5c8c4b6 refactored: extra line breaks, extra indentation, extra comments 2021-01-29 11:59:07 +02:00
Oleg Hasjanov
46e1e05eb6 add test to contacts in admin panel 2021-01-20 15:40:16 +02:00
Oleg Hasjanov
50c6012d49 added test to contacts 2021-01-19 17:26:11 +02:00
Artur Beljajev
ba5a7b1745 Require application_system_test_case explicitly 2019-09-03 18:40:52 +03:00
Artur Beljajev
5b625fa440 Update fixture 2018-08-29 13:31:13 +03:00
Maciej Szlosarczyk
526a9ccd58
Change test structure to follow closer newer Rails 5 rules
* Create new class called ApplicationIntegrationTest, so we don't have
  to override ActionDispatch::IntegrationTest
* Move UI tests to inherit from ApplicationSystemTestCase
* Existing REST API or EPP tests inherit from
  ApplicationIntegrationTest.
* Move `require 'application_system_test_case'` at the end of
  `test_helper`

I don't particularly agree with the Rails' convention of treating UI
tests as system tests and API tests as integration tests, but I see no
benefit in actively fighting against it.
2018-07-27 09:36:27 +03:00
Renamed from test/integration/admin/contacts_test.rb (Browse further)