updated tearDownAll function (#28808)

This commit is contained in:
a-deeb 2019-06-03 13:54:44 -04:00 committed by Michael Goderbauer
parent 683238e82a
commit c4f5f42a0a
6 changed files with 6 additions and 6 deletions

View File

@ -13,7 +13,7 @@ void main() {
});
tearDownAll(() async {
driver?.close();
await driver?.close();
});
test('check that we are painting in debugPaintSize mode', () async {

View File

@ -13,7 +13,7 @@ void main() {
});
tearDownAll(() async {
driver?.close();
await driver?.close();
});
test('check that we are in normal mode', () async {

View File

@ -13,7 +13,7 @@ void main() {
});
tearDownAll(() async {
driver?.close();
await driver?.close();
});
test('check that we are showing the performance overlay', () async {

View File

@ -18,7 +18,7 @@ void main() {
});
tearDownAll(() async {
driver?.close();
await driver?.close();
});
test('Ensure keyboard dismissal resizes the view to original size', () async {

View File

@ -18,7 +18,7 @@ void main() {
});
tearDownAll(() async {
driver?.close();
await driver?.close();
});
test('Textfield scrolls back into view after covered by keyboard', () async {

View File

@ -15,7 +15,7 @@ void main() {
});
tearDownAll(() async {
driver?.close();
await driver?.close();
});
test('sanity check flutter drive --route', () async {