mirror of
https://github.com/internetee/registry.git
synced 2025-05-17 09:57:23 +02:00
Fix feature tests
This commit is contained in:
parent
a615827b8e
commit
63c9ed83ee
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
module Feature
|
module Feature
|
||||||
def sign_in(user)
|
def sign_in(user)
|
||||||
visit '/logout'
|
visit '/admin/logout'
|
||||||
click_on 'ID card (user1)' if user.username == 'user1'
|
click_on 'ID card (user1)' if user.username == 'user1'
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue