Skip to content
Snippets Groups Projects
Commit 57f8f2d7 authored by Grzegorz Bizon's avatar Grzegorz Bizon
Browse files

Fix detailed build status specs for manual actions

parent 0b755415
No related branches found
No related tags found
2 merge requests!11056WIP: Resolve "Display performance deltas between app deployments on Merge Request workflow",!10494Check access to a branch when user triggers manual action
Pipeline #
Loading
@@ -12,7 +12,7 @@ describe Gitlab::Ci::Status::Build::Play do
Loading
@@ -12,7 +12,7 @@ describe Gitlab::Ci::Status::Build::Play do
   
describe 'action details' do describe 'action details' do
let(:user) { create(:user) } let(:user) { create(:user) }
let(:build) { create(:ci_build) } let(:build) { create(:ci_build, :manual) }
let(:status) { Gitlab::Ci::Status::Core.new(build, user) } let(:status) { Gitlab::Ci::Status::Core.new(build, user) }
   
describe '#has_action?' do describe '#has_action?' do
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment