Skip to content

Commit

Permalink
test(cat-voices): Another batch of onboarding tests (#1472)
Browse files Browse the repository at this point in the history
  • Loading branch information
oldGreg5 authored Jan 8, 2025
1 parent e275a81 commit 3ef4a42
Show file tree
Hide file tree
Showing 21 changed files with 799 additions and 293 deletions.
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.

52 changes: 0 additions & 52 deletions catalyst_voices/apps/voices/integration_test/onboarding_test.dart

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

0 comments on commit 3ef4a42

Please sign in to comment.