You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
flutter: ══╡ EXCEPTION CAUGHT BY FLUTTER TEST FRAMEWORK ╞════════════════════════════════════════════════════
flutter: The following TestFailure was thrown running a test:
flutter: Expected: exactly 6 matching nodes in the widget tree
flutter: Actual: _TextFinder:<zero widgets with text "Deutsch LK" (ignoring offstage widgets)>
flutter: Which: means none were found but some were expected
flutter:
flutter: When the exception was thrown, this was the stack:
flutter: #4 main.<anonymous closure>.<anonymous closure> (file:///Users/runner/work/sharezone-app/sharezone-app/app/integration_test/app_test.dart:109:7)
flutter: <asynchronous suspension>
flutter: #5 testWidgets.<anonymous closure>.<anonymous closure> (package:flutter_test/src/widget_tester.dart:165:15)
flutter: <asynchronous suspension>
flutter: #6 TestWidgetsFlutterBinding._runTestBody (package:flutter_test/src/binding.dart:9[82](https://github.com/SharezoneApp/sharezone-app/actions/runs/6201826242/job/16839335648#step:7:83):5)
flutter: <asynchronous suspension>
flutter:
flutter: This was caught by the test expectation on the following line:
flutter: file:///Users/runner/work/sharezone-app/sharezone-app/app/integration_test/app_test.dart line 109
flutter: The test description was:
flutter: User should be able to sign in
flutter: ════════════════════════════════════════════════════════════════════════════════════════════════════
flutter: 06:01 +1: Authentication User should be able to sign in [E]
The text was updated successfully, but these errors were encountered:
We had several iOS integration test failures where the courses in the
timetable couldn't be found. I added a method call to wait until we
found the first course. Maybe this will improve the stability of the CI.
Closes#981
The text was updated successfully, but these errors were encountered: