Fix pipelines spec
This commit is contained in:
parent
c5dead7855
commit
ada45a7496
1 changed files with 1 additions and 1 deletions
|
@ -269,7 +269,7 @@ describe 'Pipelines', :js do
|
|||
it "shows 00:00:00 as the remaining time" do
|
||||
find('.js-pipeline-dropdown-manual-actions').click
|
||||
|
||||
expect(page).to have_content(Time.at(time_diff).utc.strftime("00:00:00"))
|
||||
expect(page).to have_content("00:00:00")
|
||||
end
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue