memo icon indicating copy to clipboard operation
memo copied to clipboard

Adds missing UI/Widget tests

Open matuella opened this issue 3 years ago • 0 comments

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 avatar May 07 '21 19:05 matuella