mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
Merge pull request #3069 from NativeScript/tab-view-test
Add more detailed error message to TabView test testAndroidOffscreenT…
This commit is contained in:
@@ -304,7 +304,7 @@ export class TabViewTest extends testModule.UITest<tabViewModule.TabView> {
|
||||
}
|
||||
}
|
||||
|
||||
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 () {
|
||||
|
||||
Reference in New Issue
Block a user