fix page render issues on contribution calendar while tests are run
This commit is contained in:
parent
6a92dff2bc
commit
2fbbf45ea6
2 changed files with 1 additions and 6 deletions
|
@ -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;
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue