diff --git a/apps/tests/ui/tab-view/tab-view-tests.ts b/apps/tests/ui/tab-view/tab-view-tests.ts index c7c682c47..edbf79007 100644 --- a/apps/tests/ui/tab-view/tab-view-tests.ts +++ b/apps/tests/ui/tab-view/tab-view-tests.ts @@ -544,7 +544,8 @@ function testLoadedAndUnloadedAreFired_WhenNavigatingAwayAndBack(enablePageCache // Go back to the test page. helper.goBack(); } - TKUnit.waitUntilReady(() => { return items[0].view.isLoaded; }, ASYNC); + //TKUnit.waitUntilReady(() => { return items[0].view.isLoaded; }, ASYNC); + TKUnit.wait(500); //console.log("loaded items: " + loadedItems.join(", ")); //console.log("unloadedItems items: " + unloadedItems.join(", "));