Commit graph

17 commits

Author SHA1 Message Date
olegphenomenon
b3d686dd57 changed tests 2021-10-11 16:48:45 +03:00
olegphenomenon
357900c28f changed test 2021-10-11 16:43:26 +03:00
dinsmol
81b26431af fix for capybara errors 2021-10-07 20:22:04 +03:00
dinsmol
fb2a175bce fixed test method name 2021-09-23 15:13:49 +03:00
dinsmol
f0ee59bf46 fixed CSV headers, added tests 2021-09-23 12:51:21 +03:00
Oleg Hasjanov
c24bedae27 fixed test 2021-05-04 10:56:54 +03:00
Oleg Hasjanov
28b7acfc96 refactoring 2021-05-03 15:13:49 +03:00
Oleg Hasjanov
459f626808 added condition to return if there no any domain_name header 2021-04-30 18:21:41 +03:00
Oleg Hasjanov
6f08360d41 added system test for invalid csv file 2021-04-30 17:45:14 +03:00
Karl Erik Õunapuu
0e120d4992
Process failed domains for bulk ns change 2020-12-30 11:00:52 +02:00
Karl Erik Õunapuu
7d61eb07b0
Fix test 2020-12-28 16:30:51 +02:00
Karl Erik Õunapuu
c1aa286e90
Merge remote-tracking branch 'origin/master' into 1739-ns-bulk-change-test-and-whois-update 2020-12-28 16:22:19 +02:00
Karl Erik Õunapuu
1db594fc1c
NS bulk change: Add tests, don't use name_puny format 2020-11-18 16:29:18 +02:00
Karl Erik Õunapuu
a182dfb3ba
Fix CC issues 2020-11-06 16:33:51 +02:00
Artur Beljajev
fa52001be6 Upgrade to Rails 5.0
Closes #377
2019-11-15 15:26:33 +02:00
Artur Beljajev
ba5a7b1745 Require application_system_test_case explicitly 2019-09-03 18:40:52 +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/registrar/bulk_change/nameserver_test.rb (Browse further)