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
6b566548
Unverified
Commit
6b566548
authored
Sep 12, 2022
by
Yegor
Committed by
GitHub
Sep 12, 2022
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[web] skip more perspective text tests (#111402)
parent
7ad47233
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
8 deletions
+12
-8
date_picker_test.dart
packages/flutter/test/cupertino/date_picker_test.dart
+12
-8
No files found.
packages/flutter/test/cupertino/date_picker_test.dart
View file @
6b566548
...
@@ -1314,19 +1314,23 @@ void main() {
...
@@ -1314,19 +1314,23 @@ void main() {
),
),
);
);
if
(!
skipPerspectiveTextGoldens
)
{
await
expectLater
(
await
expectLater
(
find
.
byType
(
CupertinoTimerPicker
),
find
.
byType
(
CupertinoTimerPicker
),
matchesGoldenFile
(
'timer_picker_test.datetime.initial.png'
),
matchesGoldenFile
(
'timer_picker_test.datetime.initial.png'
),
);
);
}
// Slightly drag the minute component to make the current minute off-center.
// Slightly drag the minute component to make the current minute off-center.
await
tester
.
drag
(
find
.
text
(
'59'
),
Offset
(
0
,
_kRowOffset
.
dy
/
2
),
warnIfMissed:
false
);
// see top of file
await
tester
.
drag
(
find
.
text
(
'59'
),
Offset
(
0
,
_kRowOffset
.
dy
/
2
),
warnIfMissed:
false
);
// see top of file
await
tester
.
pump
();
await
tester
.
pump
();
if
(!
skipPerspectiveTextGoldens
)
{
await
expectLater
(
await
expectLater
(
find
.
byType
(
CupertinoTimerPicker
),
find
.
byType
(
CupertinoTimerPicker
),
matchesGoldenFile
(
'timer_picker_test.datetime.drag.png'
),
matchesGoldenFile
(
'timer_picker_test.datetime.drag.png'
),
);
);
}
});
});
testWidgets
(
'TimerPicker only changes hour label after scrolling stops'
,
(
WidgetTester
tester
)
async
{
testWidgets
(
'TimerPicker only changes hour label after scrolling stops'
,
(
WidgetTester
tester
)
async
{
...
...
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