Skip to content

Commit c282578

Browse files
fix VT
1 parent d93be6e commit c282578

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

examples-test/leaflet/03_themeGraphIT.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@ module.exports = {
1515
browser.elements('class name', 'leaflet-tile-container', function (result) {
1616
this.assert.equal(result.value.length, 2, "expect Number of leaflet-tile-container to be 2, actual is " + result.value.length);
1717
});
18-
//测试过程中截取地图瓦片, 和已有的标准瓦片进行对比
19-
commonTools.cmpTestTileWithStdTile(browser, type, exampleName, 50, 50, 128, 128);
2018
browser.pause(1000);
2119
browser.end();
2220
}
-13.1 KB
Binary file not shown.

0 commit comments

Comments
 (0)