-
Notifications
You must be signed in to change notification settings - Fork 65
Conversation
@@ -1,13 +1,21 @@ | |||
<div style="display: inline-block" id="screenshot-colorpicker"> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This was the reason our visual tests didn't catch the repeating background image.
.then(() => { | ||
SkyVisualTest.moveCursorOffScreen(); | ||
return SkyVisualTest.compareScreenshot({ | ||
return SkyVisualTest |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The changes to this file are simply tab-related.
<sky-colorpicker #colorPickerExample1> | ||
<input [skyColorpickerInput]="colorPickerExample1" [(ngModel)]="color1" [presetColors]="presetColors1" [initialColor]="selectedColor1" | ||
[outputFormat]="selectedOutputFormat1" /> | ||
<input |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Some tabs cleanup...
Codecov Report
@@ Coverage Diff @@
## master #1245 +/- ##
======================================
Coverage 100% 100%
======================================
Files 355 355
Lines 6620 6620
Branches 853 853
======================================
Hits 6620 6620 Continue to review full report at Codecov.
|
Addresses: #1243
The input group styles were adjusted, which inadvertently affected the colorpicker.
The visual tests did not pick this up because the wrapping container was set to
display: inline-block
, which didn't allow the colorpicker to stretch full-width.