Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
2fbbf45e
Commit
2fbbf45e
authored
7 years ago
by
Mike Greiling
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix page render issues on contribution calendar while tests are run
parent
6a92dff2
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
6 deletions
+1
-6
app/assets/stylesheets/test.scss
app/assets/stylesheets/test.scss
+0
-5
spec/features/calendar_spec.rb
spec/features/calendar_spec.rb
+1
-1
No files found.
app/assets/stylesheets/test.scss
View file @
2fbbf45e
...
@@ -4,11 +4,6 @@
...
@@ -4,11 +4,6 @@
-ms-transition
:
none
!
important
;
-ms-transition
:
none
!
important
;
-webkit-transition
:
none
!
important
;
-webkit-transition
:
none
!
important
;
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
;
-webkit-animation
:
none
!
important
;
-moz-animation
:
none
!
important
;
-moz-animation
:
none
!
important
;
-o-animation
:
none
!
important
;
-o-animation
:
none
!
important
;
...
...
This diff is collapsed.
Click to expand it.
spec/features/calendar_spec.rb
View file @
2fbbf45e
...
@@ -112,7 +112,7 @@ feature 'Contributions Calendar', :js do
...
@@ -112,7 +112,7 @@ feature 'Contributions Calendar', :js do
end
end
it
'hides calendar day activities'
do
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
end
end
end
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment