Add features for checking the "Active Tab" across various pages
This commit is contained in:
parent
f814da38bf
commit
cada511f8b
11 changed files with 537 additions and 9 deletions
|
@ -7,4 +7,8 @@ module SharedAuthentication
|
|||
Given 'I sign in as a user' do
|
||||
login_as :user
|
||||
end
|
||||
|
||||
Given 'I sign in as an admin' do
|
||||
login_as :admin
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue