memo
memo copied to clipboard
Adds missing UI/Widget tests
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
.