Skip to content

Draft: NavigationRootTest Basic Compose UI test

Jørgen Svennevik Notland requested to merge jQrgen/wally:nav_root_test into main

Basic Compose UI test for NavigationRoot.

EDIT: I think the tests run forever. Too many things could be initiated inside @Composable fun NavigationRoot

fun NavigationRoot() causes Compose UI tests to run indefinitely for iOS and JVM; there could be some blocking issue with, for example, a LaunchedEffect(..) in fun NavigationRoot()

EDIT: AssetScreenTest (!250 (merged)) has the same issue

Edited by Jørgen Svennevik Notland

Merge request reports

Loading