Skip to content

Commit

Permalink
Update test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
vyPal committed Sep 15, 2023
1 parent 8263fc2 commit 3b19e0f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/test-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ jobs:
l10n.yaml
lib
android
test
integration_test
build:
runs-on: macos-latest
needs: check_changes
Expand Down
1 change: 0 additions & 1 deletion integration_test/app_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ void main() {

testWidgets('Run app and login', (tester) async {
await prep(tester, username, password, name);
expect(find.text(name, skipOffstage: false), findsWidgets);
expect(find.text("Username"), findsNothing);
});

Expand Down

0 comments on commit 3b19e0f

Please sign in to comment.