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:
authorMike Greiling <mike@pixelcog.com>2017-10-30 18:17:27 +0300
committerMike Greiling <mike@pixelcog.com>2017-10-30 18:17:27 +0300
commit2fbbf45ea646958cba488830c3321c48d38ecece (patch)
treea304695bee35c9ed801100897bb6a029fb22fc88 /spec/features/calendar_spec.rb
parent6a92dff2bc368aa362a0e239f9fcf953ad4e9e52 (diff)
fix page render issues on contribution calendar while tests are run
Diffstat (limited to 'spec/features/calendar_spec.rb')
-rw-r--r--spec/features/calendar_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/features/calendar_spec.rb b/spec/features/calendar_spec.rb
index 4fc6956d111..9143a417bec 100644
--- a/spec/features/calendar_spec.rb
+++ b/spec/features/calendar_spec.rb
@@ -112,7 +112,7 @@ feature 'Contributions Calendar', :js do
end
it 'hides calendar day activities' do
- expect(selected_day_activities).to be_empty
+ expect(find('.user-calendar-activities', visible: false).text).to be_empty
end
end
end