fix page render issues on contribution calendar while tests are run

This commit is contained in:
Mike Greiling 2017-10-30 10:17:27 -05:00
parent 6a92dff2bc
commit 2fbbf45ea6
No known key found for this signature in database
GPG Key ID: 0303DF507FA67596
2 changed files with 1 additions and 6 deletions

View File

@ -4,11 +4,6 @@
-ms-transition: none !important;
-webkit-transition: none !important;
transition: none !important;
-o-transform: none !important;
-moz-transform: none !important;
-ms-transform: none !important;
-webkit-transform: none !important;
transform: none !important;
-webkit-animation: none !important;
-moz-animation: none !important;
-o-animation: none !important;

View File

@ -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