You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
TKUnit.assertTrue(viewsWithoutParent>viewsWithParent,`Most of the views should be recycled: viewsWithoutParent = ${viewsWithoutParent}; viewsWithParent = ${viewsWithParent};`);
308
-
}
285
+
// tabView.androidOffscreenTabLimit = 1;
286
+
// tabView.items = this._createItems(20);
287
+
// this.waitUntilTestElementIsLoaded();
288
+
// for (let index = 0, length = tabView.items.length; index < length; index++){
// for (let i = 0, length = tabView.items.length; i < length; i++){
298
+
// if (tabView.items[i].view.parent) {
299
+
// viewsWithParent++;
300
+
// }
301
+
// else {
302
+
// viewsWithoutParent++;
303
+
// }
304
+
// }
305
+
306
+
// TKUnit.assertTrue(viewsWithoutParent > viewsWithParent, `Most of the views should be recycled: viewsWithoutParent = ${viewsWithoutParent}; viewsWithParent = ${viewsWithParent};`);
0 commit comments