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
c4f5f42a
Commit
c4f5f42a
authored
Jun 03, 2019
by
a-deeb
Committed by
Michael Goderbauer
Jun 03, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
updated tearDownAll function (#28808)
parent
683238e8
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
6 additions
and
6 deletions
+6
-6
commands_debug_paint_test.dart
...ation_tests/ui/test_driver/commands_debug_paint_test.dart
+1
-1
commands_none_test.dart
dev/integration_tests/ui/test_driver/commands_none_test.dart
+1
-1
commands_performance_overlay_test.dart
...sts/ui/test_driver/commands_performance_overlay_test.dart
+1
-1
keyboard_resize_test.dart
...ntegration_tests/ui/test_driver/keyboard_resize_test.dart
+1
-1
keyboard_textfield_test.dart
...gration_tests/ui/test_driver/keyboard_textfield_test.dart
+1
-1
route_test.dart
dev/integration_tests/ui/test_driver/route_test.dart
+1
-1
No files found.
dev/integration_tests/ui/test_driver/commands_debug_paint_test.dart
View file @
c4f5f42a
...
...
@@ -13,7 +13,7 @@ void main() {
});
tearDownAll
(()
async
{
driver
?.
close
();
await
driver
?.
close
();
});
test
(
'check that we are painting in debugPaintSize mode'
,
()
async
{
...
...
dev/integration_tests/ui/test_driver/commands_none_test.dart
View file @
c4f5f42a
...
...
@@ -13,7 +13,7 @@ void main() {
});
tearDownAll
(()
async
{
driver
?.
close
();
await
driver
?.
close
();
});
test
(
'check that we are in normal mode'
,
()
async
{
...
...
dev/integration_tests/ui/test_driver/commands_performance_overlay_test.dart
View file @
c4f5f42a
...
...
@@ -13,7 +13,7 @@ void main() {
});
tearDownAll
(()
async
{
driver
?.
close
();
await
driver
?.
close
();
});
test
(
'check that we are showing the performance overlay'
,
()
async
{
...
...
dev/integration_tests/ui/test_driver/keyboard_resize_test.dart
View file @
c4f5f42a
...
...
@@ -18,7 +18,7 @@ void main() {
});
tearDownAll
(()
async
{
driver
?.
close
();
await
driver
?.
close
();
});
test
(
'Ensure keyboard dismissal resizes the view to original size'
,
()
async
{
...
...
dev/integration_tests/ui/test_driver/keyboard_textfield_test.dart
View file @
c4f5f42a
...
...
@@ -18,7 +18,7 @@ void main() {
});
tearDownAll
(()
async
{
driver
?.
close
();
await
driver
?.
close
();
});
test
(
'Textfield scrolls back into view after covered by keyboard'
,
()
async
{
...
...
dev/integration_tests/ui/test_driver/route_test.dart
View file @
c4f5f42a
...
...
@@ -15,7 +15,7 @@ void main() {
});
tearDownAll
(()
async
{
driver
?.
close
();
await
driver
?.
close
();
});
test
(
'sanity check flutter drive --route'
,
()
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