unoplatform / uno

Open-source platform for building cross-platform native Mobile, Web, Desktop and Embedded apps quickly. Create rich, C#/XAML, single-codebase apps from any IDE. Hot Reload included! 90m+ NuGet Downloads!!
https://platform.uno
Apache License 2.0
8.88k stars 719 forks source link

TreeViewSwappingNodesTest_ContentMode fails on WASM #4082

Closed MartinZikmund closed 3 years ago

MartinZikmund commented 4 years ago

Current behavior

TreeViewSwappingNodesTest_ContentMode UI Test fails on WASM as the fourth TreeView fails to materialize its items. This is possibly due to some data binding issue. The test is currently ignored.

Expected behavior

Test should pass. Test should be un-ignored.

How to reproduce it (as minimally and precisely as possible)

Un-ignore the TreeViewSwappingNodesTest_ContentMode UI Test and run it on WASM.

Workaround

Environment

Nuget Package:

Nuget Package Version(s):

Affected platform(s):

IDE:

MartinZikmund commented 3 years ago

Closing in favor of #4190