Adds missing UI/Widget tests #86
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
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
andExternalLinkTextButton
;ResourcesList
;AnimatableLinearProgress
andAnimatableCircularProgress
.Others
AppRoot
;scaffold_messenger
.The text was updated successfully, but these errors were encountered: