mirror of
https://github.com/internetee/registry.git
synced 2025-07-01 16:53:37 +02:00
Allow searching other registrar domain #2678
This commit is contained in:
parent
9c5d314d21
commit
92f52548bb
2 changed files with 12 additions and 4 deletions
|
@ -94,7 +94,8 @@ feature 'Domains', type: :feature do
|
|||
|
||||
fill_in 'q_name_matches', with: 'abcd_.ee'
|
||||
find('.btn.btn-primary.search').click
|
||||
current_path.should == "/registrar/domains/info"
|
||||
current_path.should == "/registrar/domains"
|
||||
page.should have_content('abcde.ee')
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue