| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 32a6109 commit f0f9eba
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,4 +1,5 @@ | |||
| 1 | 1 | var commonTools = require('../base/commonTools'); | |
| 2 | + | ||
| 2 | 3 | module.exports = { | |
| 3 | 4 | 'leaflet_02_getFeatureByGeometry': function (browser) { | |
| 4 | 5 | var type = 'leaflet'; | |
@@ -14,7 +15,7 @@ module.exports = { | |||
| 14 | 15 | browser.waitForElementNotPresent('.leaflet-popup-content', 10000); | |
| 15 | 16 | }); | |
| 16 | 17 | browser.pause(1000); | |
| 17 | - browser.moveTo('map',560, 510, function () { | ||
| 18 | + browser.moveTo(null,-40,40, function () { | ||
| 18 | 19 | browser.pause(1000); | |
| 19 | 20 | browser.doubleClick(function () { | |
| 20 | 21 | browser.waitForElementPresent('.leaflet-popup-content-wrapper', 10000); | |
| Back | FazBrowse Home | New Git URL |
0 commit comments