mirror of
https://github.com/internetee/registry.git
synced 2025-05-17 09:57:23 +02:00
Fix rubocop
This commit is contained in:
parent
a4ebb24a03
commit
5ed983fd2e
4 changed files with 5 additions and 6 deletions
|
@ -19,7 +19,7 @@ feature 'Sessions', type: :feature do
|
|||
expect(page).to have_text('Welcome!')
|
||||
|
||||
uri = URI.parse(current_url)
|
||||
expect(uri.path).to eq(admin_root_path)
|
||||
expect(uri.path).to eq(admin_domains_path)
|
||||
|
||||
expect(page).to have_link('Elkdata', count: 2)
|
||||
expect(page).to have_link('Registrar OÜ', count: 2)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue