mirror of
https://github.com/internetee/registry.git
synced 2025-07-26 04:28:27 +02:00
8 lines
181 B
Ruby
8 lines
181 B
Ruby
require 'rails_helper'
|
|
|
|
RSpec.feature 'CSV Export', db: true do
|
|
scenario 'csv file download' do
|
|
visit registrar_domains_path
|
|
click_on 'download-domains-csv-btn'
|
|
end
|
|
end
|