mirror of
https://github.com/internetee/registry.git
synced 2025-07-25 20:18:22 +02:00
commit
bd1d056b3d
15 changed files with 204 additions and 7 deletions
14
spec/features/registrar/domains/csv_export_spec.rb
Normal file
14
spec/features/registrar/domains/csv_export_spec.rb
Normal file
|
@ -0,0 +1,14 @@
|
|||
require 'rails_helper'
|
||||
|
||||
RSpec.feature 'CSV Export' do
|
||||
background do
|
||||
Setting.api_ip_whitelist_enabled = false
|
||||
Setting.registrar_ip_whitelist_enabled = false
|
||||
sign_in_to_registrar_area(user: create(:api_user_with_unlimited_balance))
|
||||
end
|
||||
|
||||
scenario 'exports csv' do
|
||||
visit registrar_domains_url
|
||||
click_button t('registrar.domains.index.export_csv_btn')
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue