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

Adds missing UI/Widget tests #86

Open
12 tasks
matuella opened this issue May 7, 2021 · 0 comments
Open
12 tasks

Adds missing UI/Widget tests #86

matuella opened this issue May 7, 2021 · 0 comments
Labels
enhancement New feature or changes to an existing one P2 Changes that should be worked soon (after all P1) target: flutter Relates to Flutter and its sub-dependencies

Comments

@matuella
Copy link
Contributor

matuella commented May 7, 2021

There are a significant amount of relevant widgets that weren't UI-tested (or Widget tested). The widget testing is relevant to maintain memo's code quality.

The list below is a summary of all these so-called relevant widgets (or widgets that are complex enough to justify its testing):

Pages and its sub-widgets

  • CollectionDetailsPage;
  • CollectionExecutionPage;
  • ExecutionTerminal;
  • CollectionsPage;
  • ProgressPage;
  • SettingsPage.

Widgets or components

  • CollectionCard;
  • LinkButton, ExternalLinkButton and ExternalLinkTextButton;
  • ResourcesList;
  • AnimatableLinearProgress and AnimatableCircularProgress.

Others

  • AppRoot;
  • scaffold_messenger.
@matuella matuella added enhancement New feature or changes to an existing one P2 Changes that should be worked soon (after all P1) labels May 7, 2021
@matuella matuella added the target: flutter Relates to Flutter and its sub-dependencies label Sep 2, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or changes to an existing one P2 Changes that should be worked soon (after all P1) target: flutter Relates to Flutter and its sub-dependencies
Projects
None yet
Development

No branches or pull requests

1 participant