Skip to content

Commit 3ef4a42

Browse files
authored
test(cat-voices): Another batch of onboarding tests (#1472)
1 parent e275a81 commit 3ef4a42

21 files changed

+799
-293
lines changed

catalyst_voices/apps/voices/integration_test/all_test.dart

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ import 'package:catalyst_voices/configs/bootstrap.dart';
22
import 'package:flutter_test/flutter_test.dart';
33
import 'package:integration_test/integration_test.dart';
44

5-
import 'app_test.dart' as app_test;
6-
import 'onboarding_test.dart' as onboarding_test;
5+
import 'suites/app_test.dart' as app_test;
6+
import 'suites/onboarding_test.dart' as onboarding_test;
77

88
void main() async {
99
IntegrationTestWidgetsFlutterBinding.ensureInitialized();

catalyst_voices/apps/voices/integration_test/app_test.dart

-163
This file was deleted.

catalyst_voices/apps/voices/integration_test/onboarding_test.dart

-52
This file was deleted.

catalyst_voices/apps/voices/integration_test/pageobject/app_bar_page.dart

-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
library dashboard_page;
2-
31
import 'package:flutter/material.dart';
42

53
class AppBarPage {

catalyst_voices/apps/voices/integration_test/pageobject/common_page.dart

-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
library dashboard_page;
2-
31
import 'package:flutter/material.dart';
42

53
class CommonPage {

0 commit comments

Comments
 (0)