Skip to content
Snippets Groups Projects
Commit 17f598e9 authored by Douwe Maan's avatar Douwe Maan
Browse files

Merge branch '45970-additional-signout-needed' into 'master'

Ensure that spec/features/issues/user_uses_slash_commands_spec tests run locally

Closes #45970

See merge request gitlab-org/gitlab-ce!18713
parents bba847fe 6c1a12ed
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