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

Merge branch...

Merge branch '45970-broken-master-in-spec-features-issues-user_uses_slash_commands_spec-rb' into 'master'

Resolve "Broken master in spec/features/issues/user_uses_slash_commands_spec.rb"

Closes #45970

See merge request gitlab-org/gitlab-ce!18687
parents 6187dc24 f6bfee6b
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -178,9 +178,10 @@ feature 'Issues > User uses quick actions', :js do
end
 
context 'when the project is valid but the user not authorized' do
let(:project_unauthorized) {create(:project, :public)}
let(:project_unauthorized) { create(:project, :public) }
 
before do
gitlab_sign_out
sign_in(user)
visit project_issue_path(project, issue)
end
Loading
Loading
@@ -195,6 +196,7 @@ feature 'Issues > User uses quick actions', :js do
 
context 'when the project is invalid' do
before do
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