Skip to content

Commit

Permalink
updated tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jorre127 committed Jan 27, 2025
1 parent 5740812 commit 07ef686
Show file tree
Hide file tree
Showing 119 changed files with 4 additions and 1 deletion.
Binary file removed assets/fonts/aeonik_pro/AeonikPro-BoldItalic.otf
Binary file not shown.
Binary file removed assets/fonts/aeonik_pro/AeonikPro-LightItalic.otf
Binary file not shown.
Binary file removed assets/fonts/aeonik_pro/AeonikPro-RegularItalic.otf
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified test/screen/debug/img/debug_screen_inital_state_ipad_pro.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified test/screen/debug/img/debug_screen_inital_state_iphone_11.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified test/screen/home/img/home_screen_initial_state_ipad_pro.png
Binary file modified test/screen/home/img/home_screen_initial_state_iphone_11.png
Binary file modified test/screen/license/img/license_screen_empty_list_ipad_pro.png
Binary file modified test/screen/license/img/license_screen_empty_list_iphone_11.png
Binary file modified test/screen/license/img/license_screen_inital_state_ipad_pro.png
Binary file modified test/screen/login/img/login_screen_initial_state_ipad_pro.png
Binary file modified test/screen/login/img/login_screen_initial_state_iphone_11.png
Binary file modified test/screen/splash/img/splash_screen_inital_state_ipad_pro.png
Binary file modified test/screen/splash/img/splash_screen_inital_state_iphone_11.png
Binary file modified test/screen/todo/todo_add/img/todo_add_screen_enabled_ipad_pro.png
5 changes: 4 additions & 1 deletion test/util/test_util.dart
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,10 @@ class TestUtil {
}

static Future<void> _loadFonts() async {
await _loadFont('assets/fonts/open_sans/OpenSans-Regular.ttf', ThemeFonts.body);
await _loadFont('assets/fonts/aeonik_pro/AeonikPro-Bold.otf', ThemeFonts.body);
await _loadFont('assets/fonts/aeonik_pro/AeonikPro-Light.otf', ThemeFonts.body);
await _loadFont('assets/fonts/aeonik_pro/AeonikPro-Medium.otf', ThemeFonts.body);
await _loadFont('assets/fonts/aeonik_pro/AeonikPro-Regular.otf', ThemeFonts.body);
}

static Future<void> _loadFont(String fontPath, String fontName) async {
Expand Down
Binary file modified test/widget/debug/img/debug_row_item_with_subtitle.png
Binary file modified test/widget/debug/img/debug_row_item_with_title.png
Binary file modified test/widget/debug/img/debug_row_title_default_state.png
Binary file modified test/widget/debug/img/debug_switch_row_item_selected_state.png
Binary file modified test/widget/debug/img/debug_switch_row_item_unselected_state.png
Binary file modified test/widget/debug/img/select_language_dialog_en_selected.png
Binary file modified test/widget/debug/img/select_language_dialog_initial_state.png
Binary file modified test/widget/debug/img/select_language_dialog_nl_selected.png
Binary file modified test/widget/debug/img/selector_item_initial_state.png
Binary file modified test/widget/debug/img/selector_item_selected_state.png
Binary file modified test/widget/general/action/img/action_item_after_click.png
Binary file modified test/widget/general/action/img/action_item_before_click.png
Binary file modified test/widget/general/action/img/action_item_default_state.png
Binary file modified test/widget/provider/img/data_provider_widget_localization.png
Binary file modified test/widget/provider/img/data_provider_widget_theme.png
Binary file modified test/widget/provider/img/provider_widget_child.png
Binary file modified test/widget/provider/img/provider_widget_child_builder.png
Binary file modified test/widget/provider/img/provider_widget_consumer.png
Binary file modified test/widget/todo/img/todo_row_item_selected_state.png
Binary file modified test/widget/todo/img/todo_row_item_unselected_state.png

0 comments on commit 07ef686

Please sign in to comment.