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:
authorGitLab Bot <gitlab-bot@gitlab.com>2020-09-17 21:10:12 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2020-09-17 21:10:12 +0300
commit708ee0bcb2c20cc73db53c092a26f916139d15d4 (patch)
treec0692fcc8b91d4936ffb9b4032a205dbb3ddc683 /spec/features
parente14148b7edcfc4aff7ec966c399b3913318fb293 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'spec/features')
-rw-r--r--spec/features/cycle_analytics_spec.rb3
1 files changed, 0 insertions, 3 deletions
diff --git a/spec/features/cycle_analytics_spec.rb b/spec/features/cycle_analytics_spec.rb
index 34f9fbcedb7..b63079777cb 100644
--- a/spec/features/cycle_analytics_spec.rb
+++ b/spec/features/cycle_analytics_spec.rb
@@ -76,9 +76,6 @@ RSpec.describe 'Value Stream Analytics', :js do
click_stage('Staging')
expect_build_to_be_present
-
- click_stage('Total')
- expect_issue_to_be_present
end
context "when I change the time period observed" do