Commit graph

8 commits

Author SHA1 Message Date
Oleg Hasjanov
8a399569fe added test for domain tech contacts bulk change if domain has server update prohibited 2021-01-29 15:15:16 +05:00
Karl Erik Õunapuu
220e0d7993
Fix tests 2020-10-19 10:24:56 +03:00
Artur Beljajev
fa52001be6 Upgrade to Rails 5.0
Closes #377
2019-11-15 15:26:33 +02: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
Artur Beljajev
263cb2e123 Require new contact to be valid
#662
2018-06-04 03:06:29 +03:00
Artur Beljajev
8c915164c5 Change naming
#662
2018-06-04 02:14:15 +03:00
Artur Beljajev
a713d6f811 Improve registrar area bulk change UI
#662
2018-04-18 15:32:57 +03:00
Artur Beljajev
228078a84e Add bulk replace to registrar area
#662
2018-04-06 00:16:17 +03:00