Fix pipelines spec

This commit is contained in:
Shinya Maeda 2018-10-05 17:11:37 +09:00
parent c5dead7855
commit ada45a7496
1 changed files with 1 additions and 1 deletions

View File

@ -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