Skip to content

Commit

Permalink
Update Patrol dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
tddang-linagora committed Oct 2, 2024
1 parent 76707a1 commit 7d28baf
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 87 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -120,3 +120,4 @@ app.*.symbols
*.g.dart
messages_*.dart
*.mocks.dart
integration_test/test_bundle.dart
2 changes: 1 addition & 1 deletion integration_test/robots/login_robot.dart
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ class LoginRobot extends CoreRobot {
final finder = $(LoginView).$(TextField);
await finder.enterText(url);
await $('Next').tap();
await $.pumpAndTrySettle(duration: const Duration(seconds: 5));
await $.pumpAndTrySettle(duration: const Duration(seconds: 20));
}

Future<void> enterOidcUsername(String username) async {
Expand Down
83 changes: 0 additions & 83 deletions integration_test/test_bundle.dart

This file was deleted.

4 changes: 2 additions & 2 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1484,10 +1484,10 @@ packages:
dependency: "direct dev"
description:
name: patrol
sha256: "04f8740d294aa91f415be7c6656fd2b2035720842251215491faaf656b1e98ef"
sha256: "6ac5e239384282da389a6b78d68aa86d8760ad8d5481d665937c4eb586c0b3dc"
url: "https://pub.dev"
source: hosted
version: "3.9.0"
version: "3.11.0"
patrol_finders:
dependency: transitive
description:
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ dev_dependencies:
json_serializable: 6.6.1

http_mock_adapter: 0.4.2
patrol: 3.9.0
patrol: 3.11.0

dependency_overrides:
firebase_core_platform_interface: 4.6.0
Expand Down

0 comments on commit 7d28baf

Please sign in to comment.