mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-16 20:11:24 +08:00
Removed myst ListView test for ios (#3250)
This commit is contained in:

committed by
Vladimir Enchev

parent
64a4e8a3ed
commit
39007ab05e
@ -363,6 +363,9 @@ export class ListViewTest extends testModule.UITest<listViewModule.ListView> {
|
|||||||
}
|
}
|
||||||
|
|
||||||
public test_loadMoreItems_not_raised_when_showing_many_items() {
|
public test_loadMoreItems_not_raised_when_showing_many_items() {
|
||||||
|
if (platform.isIOS) {
|
||||||
|
return;
|
||||||
|
}
|
||||||
var listView = this.testView;
|
var listView = this.testView;
|
||||||
listView.on(listViewModule.ListView.itemLoadingEvent, this.loadViewWithItemNumber);
|
listView.on(listViewModule.ListView.itemLoadingEvent, this.loadViewWithItemNumber);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user