Skip to content
Snippets Groups Projects
Unverified Commit 6c1a12ed authored by Lukas Eipert's avatar Lukas Eipert
Browse files

ensure users are signed out properly in user_uses_slash_commands_spec.rb

parent bba847fe
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -161,6 +161,7 @@ feature 'Issues > User uses quick actions', :js do
 
before do
target_project.add_master(user)
gitlab_sign_out
sign_in(user)
visit project_issue_path(project, issue)
end
Loading
Loading
@@ -220,6 +221,7 @@ feature 'Issues > User uses quick actions', :js do
 
before do
target_project.add_master(user)
gitlab_sign_out
sign_in(user)
visit project_issue_path(project, issue)
end
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment