mirror of
https://github.com/internetee/registry.git
synced 2025-07-22 18:56:05 +02:00
Add Renew button to make renewal a separate action
This commit is contained in:
parent
3edf8a500a
commit
a1b3398e0e
4 changed files with 14 additions and 10 deletions
|
@ -30,11 +30,9 @@ class BulkRenewTest < ApplicationSystemTestCase
|
|||
|
||||
visit new_registrar_bulk_change_url
|
||||
click_link('Bulk renew')
|
||||
|
||||
select '1 year', from: 'Period'
|
||||
click_button 'Filter'
|
||||
|
||||
click_button 'Filter'
|
||||
click_button 'Renew'
|
||||
|
||||
assert_text 'invalid.test'
|
||||
assert_no_text 'shop.test'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue