Commit ada45a74 authored by Shinya Maeda's avatar Shinya Maeda

Fix pipelines spec

parent c5dead78
......@@ -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
......
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