diff --git a/tests/app/ui/tab-view/tab-view-tests.ts b/tests/app/ui/tab-view/tab-view-tests.ts index 10e57f275..8d5f2958e 100644 --- a/tests/app/ui/tab-view/tab-view-tests.ts +++ b/tests/app/ui/tab-view/tab-view-tests.ts @@ -304,7 +304,7 @@ export class TabViewTest extends testModule.UITest { } } - TKUnit.assertTrue(viewsWithoutParent > viewsWithParent, "Most of the views should be recycled!"); + TKUnit.assertTrue(viewsWithoutParent > viewsWithParent, `Most of the views should be recycled: viewsWithoutParent = ${viewsWithoutParent}; viewsWithParent = ${viewsWithParent};`); } public testAndroidOffscreenTabLimit_KeepAllAlive = function () {