fir conflicts
This commit is contained in:
parent
b42d140925
commit
00408fc511
|
@ -25,15 +25,15 @@ import 'package:hub/flutter_flow/index.dart';
|
||||||
import 'package:hub/initialization.dart';
|
import 'package:hub/initialization.dart';
|
||||||
import 'package:hub/main.dart';
|
import 'package:hub/main.dart';
|
||||||
import 'package:hub/pages/forgot_password_page/forgot_password_screen.dart';
|
import 'package:hub/pages/forgot_password_page/forgot_password_screen.dart';
|
||||||
import 'package:integration_test/integration_test.dart';
|
|
||||||
import 'package:material_symbols_icons/symbols.dart';
|
import 'package:material_symbols_icons/symbols.dart';
|
||||||
import 'package:patrol/patrol.dart';
|
|
||||||
import 'package:flutter_web_plugins/url_strategy.dart';
|
import 'package:flutter_web_plugins/url_strategy.dart';
|
||||||
import 'package:patrol_finders/patrol_finders.dart';
|
import 'package:patrol/patrol.dart';
|
||||||
|
|
||||||
import 'app_test.dart';
|
import 'app_test.dart';
|
||||||
import 'fuzzer/fuzzer.dart';
|
import 'fuzzer/fuzzer.dart';
|
||||||
|
|
||||||
|
import 'package:patrol_finders/patrol_finders.dart';
|
||||||
|
import 'package:integration_test/integration_test.dart';
|
||||||
export 'package:flutter_test/flutter_test.dart';
|
export 'package:flutter_test/flutter_test.dart';
|
||||||
export 'package:patrol/patrol.dart';
|
export 'package:patrol/patrol.dart';
|
||||||
|
|
||||||
|
|
|
@ -12,7 +12,7 @@ final _nativeAutomatorConfig = NativeAutomatorConfig(
|
||||||
|
|
||||||
void patrol(
|
void patrol(
|
||||||
String description,
|
String description,
|
||||||
Future<void> Function(PatrolTester) callback, {
|
Future<void> Function(PatrolIntegrationTester) callback, {
|
||||||
bool? skip,
|
bool? skip,
|
||||||
List<String> tags = const [],
|
List<String> tags = const [],
|
||||||
NativeAutomatorConfig? nativeAutomatorConfig,
|
NativeAutomatorConfig? nativeAutomatorConfig,
|
||||||
|
|
|
@ -308,7 +308,7 @@ class LocalsTest {
|
||||||
$ = tester;
|
$ = tester;
|
||||||
$.tester.printToConsole('Locals Test - Vincular um local desvinculado');
|
$.tester.printToConsole('Locals Test - Vincular um local desvinculado');
|
||||||
|
|
||||||
await _loggedWithMultiLocalsAccount($, false);
|
await _loggedWithMultiLocalsAccount(false);
|
||||||
await $.pumpWidget(const App());
|
await $.pumpWidget(const App());
|
||||||
|
|
||||||
final PatrolFinder bottomSheetFinder =
|
final PatrolFinder bottomSheetFinder =
|
||||||
|
@ -337,7 +337,7 @@ class LocalsTest {
|
||||||
$ = tester;
|
$ = tester;
|
||||||
$.tester.printToConsole('Locals Test - Vincular um local desvinculado');
|
$.tester.printToConsole('Locals Test - Vincular um local desvinculado');
|
||||||
|
|
||||||
await _loggedWithSomeoneLocalAccount($, false);
|
await _loggedWithSomeoneLocalAccount(false);
|
||||||
await $.pumpWidget(const App());
|
await $.pumpWidget(const App());
|
||||||
|
|
||||||
final PatrolFinder bottomSheetFinder =
|
final PatrolFinder bottomSheetFinder =
|
||||||
|
|
Loading…
Reference in New Issue