olegphenomenon
825f813437
updated tests
2021-09-08 14:22:12 +03:00
Oleg Hasjanov
4c5e4d7898
made support test schema domain version 1.2
2021-06-28 13:44:13 +03:00
Alex Sherman
860c3c8008
Add domain base & auction tests
...
Add tests for domain create, delete, renew, transfer, update
2021-06-17 13:38:02 +05:00
Oleg Hasjanov
9e8f760fc4
updated prefixes
2021-06-04 17:07:56 +03:00
Alex Sherman
00a0be2341
Replace some hardcoded schema paths for method calls
2021-05-21 16:47:20 +05:00
Oleg Hasjanov
c6cc18fd71
refactoring: remoce useless comments
2021-01-28 14:52:30 +05:00
Oleg Hasjanov
aa1b69d431
Update transfer domain with shared contacts
2021-01-28 14:52:30 +05:00
Oleg Hasjanov
b9090d7603
Update transfer domain with shared contacts
2021-01-28 14:52:30 +05:00
Oleg Hasjanov
a1bacbd4e7
Update transfer domain with shared contacts: added more asserts
2021-01-28 14:52:30 +05:00
Oleg Hasjanov
8396fe3750
Update transfer domain with shared contacts
2021-01-28 14:52:30 +05:00
Oleg Hasjanov
42b6f55ce3
Update transfer domain with shared contacts
2021-01-28 14:52:30 +05:00
Oleg Hasjanov
e0c0b0942e
Update transfer domain with shared contacts
2021-01-28 14:52:30 +05:00
Oleg Hasjanov
a1815314ce
Update transfer domain with shared contacts
2021-01-28 14:52:30 +05:00
Oleg Hasjanov
f0ca552cc1
Update transfer domain with shared contacts
2021-01-28 14:52:30 +05:00
Oleg Hasjanov
a7c708bdf0
Update transfer domain with shared contacts
2021-01-28 14:52:30 +05:00
Oleg Hasjanov
9e88e74cc3
Update transfer domain with shared contacts
2021-01-28 14:52:30 +05:00
Oleg Hasjanov
ccbde76473
Update transfer domain with shared contacts
2021-01-28 14:52:30 +05:00
Oleg Hasjanov
0f78989555
fixed
2021-01-28 14:52:30 +05:00
Oleg Hasjanov
fc0aeefcc1
fixed
2021-01-28 14:52:30 +05:00
Oleg Hasjanov
6b053d0260
fixed
2021-01-28 14:52:30 +05:00
Oleg Hasjanov
72c9e894fa
fixed
2021-01-28 14:52:30 +05:00
Oleg Hasjanov
a336ee95f8
fixed compare
2021-01-28 14:52:30 +05:00
Oleg Hasjanov
3bfac1ba43
compare fix
2021-01-28 14:52:30 +05:00
Oleg Hasjanov
01234cb8a8
refactoring
2021-01-28 14:52:30 +05:00
Oleg Hasjanov
a2760e1f9e
fixed tests assert
2021-01-28 14:52:30 +05:00
Oleg Hasjanov
4a5dc43202
added more scenarios-2
2021-01-28 14:52:30 +05:00
Oleg Hasjanov
90e97aeddd
added more scenarios
2021-01-28 14:52:30 +05:00
Alex Sherman
21fc5edb44
Add semantic test fixes & maybe solution for an issue
2021-01-28 14:52:30 +05:00
Oleg Hasjanov
541c2d769a
Contact test for new registrant after domain transfer
2021-01-28 14:52:30 +05:00
Alex Sherman
66e05c7791
Fix tests & CC
2020-08-28 12:58:52 +05:00
Timo Võhmar
7ed9384848
Revert "Domain transfer: Conditionally reuse contacts"
2020-08-04 22:12:36 +03:00
Karl Erik Õunapuu
40d68fc7f1
Transfer: Return identical objects occassionally
2020-08-04 18:16:38 +03:00
Artur Beljajev
fa52001be6
Upgrade to Rails 5.0
...
Closes #377
2019-11-15 15:26:33 +02:00
Artur Beljajev
cb3bf7ffdc
List EPP routes explicitly
2019-10-14 14:51:24 +03:00
Artur Beljajev
e01f412d76
Fix EPP response code
...
Fixes #686
2019-09-19 15:52:41 +03:00
Artur Beljajev
79d9c631f5
Change EPP response code according to its specification
...
Fixes #718
2019-09-13 21:36:29 +03:00
Artur Beljajev
348e6e5d7a
Introduce custom assertion
2019-09-03 23:43:30 +03:00
Artur Beljajev
771f9b20a9
Remove unnecessary teardown step
2019-09-03 18:25:18 +03:00
Artur Beljajev
4894b39f0f
Hide method
2019-01-18 18:06:58 +02:00
Artur Beljajev
aff5b68a2f
Merge branch 'master' into refactor-messages
...
# Conflicts:
# db/structure.sql
2018-08-28 14:28:45 +03:00
Artur Beljajev
8765baf319
Rename Message to Notification
2018-08-23 20:03:03 +03:00
Artur Beljajev
1d79f6548d
Merge branch 'master' into registry-790
...
# Conflicts:
# test/integration/epp/domain/domain_delete_test.rb
# test/integration/epp/domain/domain_update_test.rb
# test/integration/epp/domain/transfer/request_test.rb
# test/system/admin_area/domains_test.rb
2018-08-09 15:01:23 +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
Artur Beljajev
c37f162529
Merge branch 'master' into registry-790
2018-06-06 21:53:08 +03:00
Artur Beljajev
3e94c10da1
Delete discarded domains at the random moment within next 24h
...
#790
2018-04-20 16:55:36 +03:00
Artur Beljajev
e776d09f9d
Improve domain discard
...
- Extract rake task domain:discard
- Remove background job when keeping a domain
#790
2018-04-08 00:38:42 +03:00
Artur Beljajev
2e9acedc90
Improve test name
...
#790
2018-04-07 15:18:10 +03:00
Artur Beljajev
77135b34ba
Merge branch 'tune-test-env' into registry-662
...
# Conflicts:
# test/integration/registrar/bulk_change/nameserver_test.rb
# test/integration/registrar/domain_transfers_test.rb
2018-04-06 00:44:24 +03:00
Artur Beljajev
228078a84e
Add bulk replace to registrar area
...
#662
2018-04-06 00:16:17 +03:00
Artur Beljajev
f8eda810f9
Use setup/teardown blocks instead of methods
2018-04-04 01:42:59 +03:00