Commit 31beb086 authored by Sean McGivern's avatar Sean McGivern

Enable performance bar correctly in pod log spec

parent 715a2453
...@@ -45,7 +45,7 @@ describe 'Environment > Pod Logs', :js do ...@@ -45,7 +45,7 @@ describe 'Environment > Pod Logs', :js do
context 'with perf bar enabled' do context 'with perf bar enabled' do
before do before do
allow_any_instance_of(WithPerformanceBar).to receive(:peek_enabled?).and_return(true) allow(Gitlab::PerformanceBar).to receive(:enabled_for_request?).and_return(true)
end end
it 'log header sticks to top' do it 'log header sticks to top' do
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment