Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit c8d65c9

Browse files
committed
fix some tests
1 parent df4cc8d commit c8d65c9

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

lib/web_ui/test/engine/surface/surface_test.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ void main() {
1616
void testMain() {
1717
group('Surface', () {
1818
setUpAll(() async {
19-
await bootstrapAndRunApp();
19+
await bootstrapAndRunApp(withImplicitView: true);
2020
});
2121

2222
setUp(() {

lib/web_ui/test/html/compositing/backdrop_filter_golden_test.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ void main() {
1717

1818
Future<void> testMain() async {
1919
setUpUnitTests(
20+
withImplicitView: true,
2021
emulateTesterEnvironment: false,
2122
setUpTestViewDimensions: false,
2223
);

0 commit comments

Comments
 (0)