Alex Sherman
f6a7a08b24
Move job to interactor
2020-12-08 13:16:30 +05:00
Karl Erik Õunapuu
b6b036f37f
Move tara test to system cases
2020-10-02 11:01:09 +03:00
Karl Erik Õunapuu
83be880281
Verify no unaccessible contacts are exposed in registrant portal
2020-09-22 18:04:43 +03:00
Artur Beljajev
41fee1d098
Remove redundant database column domains.registered_at
...
Alias `Domain#registered_at` to `created_at`
Closes #1442
2020-09-04 13:25:27 +05:00
Karl Erik Õunapuu
cca51b8a03
Fix paper trail versioning for RegistrantVerification
2020-08-07 15:15:10 +03:00
Karl Erik Õunapuu
1b0c264f54
Add tests for domain delete confirm UI
2020-08-03 13:38:35 +03:00
Karl Erik Õunapuu
e9738330dc
Fix/Remove tests that don't reflect new Registrant Contact viewing behaviour
2020-05-22 21:42:14 +05:00
Artur Beljajev
fa52001be6
Upgrade to Rails 5.0
...
Closes #377
2019-11-15 15:26:33 +02:00
Artur Beljajev
7fcab05e51
Clean up settings after tests
2019-10-09 15:55:27 +03:00
Artur Beljajev
ba5a7b1745
Require application_system_test_case
explicitly
2019-09-03 18:40:52 +03:00
Artur Beljajev
cea834d5b7
Change domains.delete_at
database column type to date, rename to
...
`delete_date`
Closes #1125
2019-05-02 16:32:44 +03:00
Artur Beljajev
1dfc618228
Refactor confirmation url view in registrant area
2019-04-06 19:17:53 +03:00
Artur Beljajev
5107d2d3a9
Refactor force delete
procedure
...
- Change `domains.force_delete_at` database column type to date,
rename to `force_delete_date`
- Save `force_delete_date` in application timezone
- Improve tests
Fixes #812 , #253
2019-03-28 18:19:51 +02:00
Artur Beljajev
83f8a9fb6a
Extract company register
...
Closes #1079 , #916 , #1077
2019-03-15 17:33:07 +02:00
Artur Beljajev
8425481091
Support only JSON
2018-12-17 15:04:52 +02:00
Artur Beljajev
b6ecae6a35
Add Registrant API contact update action
...
Closes #849
2018-10-09 00:09:22 +03:00
Artur Beljajev
e4db808711
Fix test
2018-09-18 14:03:22 +03:00
Artur Beljajev
c89cce6287
Do not show contact if given domain does not belong to the current user
2018-08-16 14:49:12 +03:00
Artur Beljajev
5a466206bf
Add registrant area tests
2018-08-15 12:58:31 +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