Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test(cat-voices): Another batch of onboarding tests #1472

Merged
merged 14 commits into from
Jan 8, 2025
Merged
4 changes: 2 additions & 2 deletions catalyst_voices/apps/voices/integration_test/all_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ import 'package:catalyst_voices/configs/bootstrap.dart';
import 'package:flutter_test/flutter_test.dart';
import 'package:integration_test/integration_test.dart';

import 'app_test.dart' as app_test;
import 'onboarding_test.dart' as onboarding_test;
import 'suites/app_test.dart' as app_test;
import 'suites/onboarding_test.dart' as onboarding_test;

void main() async {
IntegrationTestWidgetsFlutterBinding.ensureInitialized();
Expand Down
163 changes: 0 additions & 163 deletions catalyst_voices/apps/voices/integration_test/app_test.dart

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
library dashboard_page;

import 'package:flutter/material.dart';

class AppBarPage {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
library dashboard_page;

import 'package:flutter/material.dart';

class CommonPage {
Expand Down
Loading
Loading