updated tearDownAll function (#28808)
This commit is contained in:
parent
683238e82a
commit
c4f5f42a0a
@ -13,7 +13,7 @@ void main() {
|
||||
});
|
||||
|
||||
tearDownAll(() async {
|
||||
driver?.close();
|
||||
await driver?.close();
|
||||
});
|
||||
|
||||
test('check that we are painting in debugPaintSize mode', () async {
|
||||
|
@ -13,7 +13,7 @@ void main() {
|
||||
});
|
||||
|
||||
tearDownAll(() async {
|
||||
driver?.close();
|
||||
await driver?.close();
|
||||
});
|
||||
|
||||
test('check that we are in normal mode', () async {
|
||||
|
@ -13,7 +13,7 @@ void main() {
|
||||
});
|
||||
|
||||
tearDownAll(() async {
|
||||
driver?.close();
|
||||
await driver?.close();
|
||||
});
|
||||
|
||||
test('check that we are showing the performance overlay', () async {
|
||||
|
@ -18,7 +18,7 @@ void main() {
|
||||
});
|
||||
|
||||
tearDownAll(() async {
|
||||
driver?.close();
|
||||
await driver?.close();
|
||||
});
|
||||
|
||||
test('Ensure keyboard dismissal resizes the view to original size', () async {
|
||||
|
@ -18,7 +18,7 @@ void main() {
|
||||
});
|
||||
|
||||
tearDownAll(() async {
|
||||
driver?.close();
|
||||
await driver?.close();
|
||||
});
|
||||
|
||||
test('Textfield scrolls back into view after covered by keyboard', () async {
|
||||
|
@ -15,7 +15,7 @@ void main() {
|
||||
});
|
||||
|
||||
tearDownAll(() async {
|
||||
driver?.close();
|
||||
await driver?.close();
|
||||
});
|
||||
|
||||
test('sanity check flutter drive --route', () async {
|
||||
|
Loading…
x
Reference in New Issue
Block a user