mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2024-08-30 18:12:39 +00:00
feat: sync the icon & title (#4150)
* feat: sync the icon & title * feat: diff the view data when refreshing * fix: unable to update folder * test: refactor bloc tests
This commit is contained in:
@ -202,7 +202,7 @@ extension Expectation on WidgetTester {
|
||||
return find.descendant(
|
||||
of: find.byWidgetPredicate(
|
||||
(widget) =>
|
||||
widget is ViewItem &&
|
||||
widget is InnerViewItem &&
|
||||
widget.view.name == parentName &&
|
||||
widget.view.layout == parentLayout,
|
||||
skipOffstage: false,
|
||||
|
Reference in New Issue
Block a user