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

Commit c5ca0c2

Browse files
author
Nurhan Turgut
committed
run web tests only on browser
1 parent e090939 commit c5ca0c2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/e2e/example/test_driver/example_e2e_web.dart

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
// gestures. You can also use WidgetTester to find child widgets in the widget
66
// tree, read text, and verify that the values of widget properties are correct.
77

8+
@TestOn('browser')
9+
810
import 'dart:html' as html;
911
import 'package:flutter/material.dart';
1012
import 'package:flutter_test/flutter_test.dart';

0 commit comments

Comments
 (0)