Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
F
Front-End
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
abdullh.alsoleman
Front-End
Commits
04ad0ffa
Commit
04ad0ffa
authored
Apr 25, 2019
by
Kate Lovett
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Style nits
parent
328647aa
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
6 additions
and
6 deletions
+6
-6
date_picker_test.dart
packages/flutter/test/cupertino/date_picker_test.dart
+1
-1
localized_fonts_test.dart
packages/flutter/test/rendering/localized_fonts_test.dart
+1
-1
clip_test.dart
packages/flutter/test/widgets/clip_test.dart
+1
-1
text_golden_test.dart
packages/flutter/test/widgets/text_golden_test.dart
+3
-3
No files found.
packages/flutter/test/cupertino/date_picker_test.dart
View file @
04ad0ffa
...
...
@@ -854,7 +854,7 @@ void main() {
await
expectLater
(
find
.
byType
(
CupertinoDatePicker
),
matchesSkiaGoldFile
(
'date_picker_test.datetime.initial.png'
)
matchesSkiaGoldFile
(
'date_picker_test.datetime.initial.png'
)
,
);
// Slightly drag the hour component to make the current hour off-center.
...
...
packages/flutter/test/rendering/localized_fonts_test.dart
View file @
04ad0ffa
...
...
@@ -49,7 +49,7 @@ void main() {
await
expectLater
(
find
.
byType
(
RichText
),
matchesSkiaGoldFile
(
'localized_fonts.rich_text.styled_text_span.png'
),
matchesSkiaGoldFile
(
'localized_fonts.rich_text.styled_text_span.png'
),
);
},
);
...
...
packages/flutter/test/widgets/clip_test.dart
View file @
04ad0ffa
...
...
@@ -328,7 +328,7 @@ void main() {
);
await
expectLater
(
find
.
byType
(
RepaintBoundary
).
first
,
matchesSkiaGoldFile
(
'clip.ClipRectOverlay.png'
)
matchesSkiaGoldFile
(
'clip.ClipRectOverlay.png'
)
,
);
});
...
...
packages/flutter/test/widgets/text_golden_test.dart
View file @
04ad0ffa
...
...
@@ -267,7 +267,7 @@ void main() {
);
await
expectLater
(
find
.
byType
(
Container
),
matchesSkiaGoldFile
(
'text_golden.Strut.1.png'
)
matchesSkiaGoldFile
(
'text_golden.Strut.1.png'
)
,
);
},);
...
...
@@ -295,7 +295,7 @@ void main() {
);
await
expectLater
(
find
.
byType
(
Container
),
matchesSkiaGoldFile
(
'text_golden.Strut.2.png'
)
matchesSkiaGoldFile
(
'text_golden.Strut.2.png'
)
,
);
},);
...
...
@@ -346,7 +346,7 @@ void main() {
);
await
expectLater
(
find
.
byType
(
Container
),
matchesSkiaGoldFile
(
'text_golden.Strut.3.png'
)
matchesSkiaGoldFile
(
'text_golden.Strut.3.png'
)
,
);
},);
...
...
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