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
Alex Sherman
9611df92b0
Add system test & fix locale
2021-02-08 15:35:46 +05:00
Alex Sherman
e5c41cf531
Fix tests
2021-02-08 15:00:07 +05: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
04944b8ac4
Improve bulk renew tests
2020-12-21 14:33:35 +02:00
Alex Sherman
13455b398c
Add test & error message if not enough funds for renew
2020-12-15 16:43:37 +05:00
Alex Sherman
a1b3398e0e
Add Renew button to make renewal a separate action
2020-12-15 14:27:32 +05:00
Alex Sherman
3edf8a500a
Add test to see if bulk renew works
2020-12-15 14:27:32 +05:00
Alex Sherman
2ca0438274
Move test to separate file
2020-12-15 14:27:32 +05: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
db50a89d85
Merge remote-tracking branch 'origin/master' into 1580-registrar-api-contacts-endpoint
2020-11-17 09:55:32 +02:00
Karl Erik Õunapuu
a182dfb3ba
Fix CC issues
2020-11-06 16:33:51 +02:00
Karl Erik Õunapuu
a6f7af0f03
Fix tests
2020-10-16 12:04:55 +03: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