Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShinya Maeda <shinya@gitlab.com>2018-10-05 11:11:37 +0300
committerShinya Maeda <shinya@gitlab.com>2018-10-05 11:11:37 +0300
commitada45a7496971656af180f1790d61d75806361d2 (patch)
treeb7b0e617eccffa6a0d4c851083c9f886347fcb9e /spec/features/projects
parentc5dead78558e552801205bf6e0a9b78f1e88711d (diff)
Fix pipelines spec
Diffstat (limited to 'spec/features/projects')
-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