mirror of
https://github.com/internetee/registry.git
synced 2025-07-22 10:45:58 +02:00
Fix test
This commit is contained in:
parent
048fad3081
commit
7d61eb07b0
1 changed files with 2 additions and 2 deletions
|
@ -72,8 +72,8 @@ class RegistrarAreaNameserverBulkChangeTest < ApplicationSystemTestCase
|
||||||
basic_auth: ['test_goodnames', 'testtest'])
|
basic_auth: ['test_goodnames', 'testtest'])
|
||||||
.to_return(body: { data: {
|
.to_return(body: { data: {
|
||||||
type: 'nameserver',
|
type: 'nameserver',
|
||||||
id: 'new-ns.bestnames.test'},
|
id: 'new-ns.bestnames.test',
|
||||||
affected_domains: ["shop.test"]}.to_json, status: 200)
|
affected_domains: ["shop.test"]}}.to_json, status: 200)
|
||||||
|
|
||||||
visit registrar_domains_url
|
visit registrar_domains_url
|
||||||
click_link 'Bulk change'
|
click_link 'Bulk change'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue