summaryrefslogtreecommitdiff
path: root/spec/features/projects/pipelines/pipelines_spec.rb
diff options
context:
space:
mode:
authorShinya Maeda <shinya@gitlab.com>2018-10-05 17:11:37 +0900
committerShinya Maeda <shinya@gitlab.com>2018-10-05 17:11:37 +0900
commitada45a7496971656af180f1790d61d75806361d2 (patch)
treeb7b0e617eccffa6a0d4c851083c9f886347fcb9e /spec/features/projects/pipelines/pipelines_spec.rb
parentc5dead78558e552801205bf6e0a9b78f1e88711d (diff)
downloadgitlab-ce-ada45a7496971656af180f1790d61d75806361d2.tar.gz
Fix pipelines spec
Diffstat (limited to 'spec/features/projects/pipelines/pipelines_spec.rb')
-rw-r--r--spec/features/projects/pipelines/pipelines_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/features/projects/pipelines/pipelines_spec.rb b/spec/features/projects/pipelines/pipelines_spec.rb
index 16a1ef813e3..17772a35779 100644
--- a/spec/features/projects/pipelines/pipelines_spec.rb
+++ b/spec/features/projects/pipelines/pipelines_spec.rb
@@ -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