Allow searching other registrar domain #2678

This commit is contained in:
Martin Lensment 2015-08-13 19:10:18 +03:00
parent 9c5d314d21
commit 92f52548bb
2 changed files with 12 additions and 4 deletions

View file

@ -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