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
492ec23b
Unverified
Commit
492ec23b
authored
Jan 13, 2021
by
xubaolin
Committed by
GitHub
Jan 13, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Re-enable a ensureVisible test case (#73545)
parent
09008e6f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
ensure_visible_test.dart
packages/flutter/test/widgets/ensure_visible_test.dart
+1
-2
No files found.
packages/flutter/test/widgets/ensure_visible_test.dart
View file @
492ec23b
...
...
@@ -446,7 +446,6 @@ void main() {
expect
(
tester
.
getBottomRight
(
findKey
(
3
)).
dx
,
equals
(
700.0
));
});
// TODO(abarth): Unskip this test. See https://github.com/flutter/flutter/issues/7919
testWidgets
(
'ListView ensureVisible negative child'
,
(
WidgetTester
tester
)
async
{
BuildContext
findContext
(
int
i
)
=>
tester
.
element
(
findKey
(
i
));
Future
<
void
>
prepare
(
double
offset
)
async
{
...
...
@@ -503,7 +502,7 @@ void main() {
Scrollable
.
ensureVisible
(
findContext
(
2
));
await
tester
.
pump
();
expect
(
getOffset
(),
equals
(-
400.0
));
}
,
skip:
true
);
// https://github.com/flutter/flutter/issues/7919
}
);
testWidgets
(
'ListView ensureVisible rotated child'
,
(
WidgetTester
tester
)
async
{
BuildContext
findContext
(
int
i
)
=>
tester
.
element
(
findKey
(
i
));
...
...
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