()
| 452 | var datavizWebmap = new WebMap(id, options); |
| 453 | |
| 454 | async function successCallback() { |
| 455 | setTimeout(() => { |
| 456 | expect(datavizWebmap.map.getLayers().getLength()).toBe(2); |
| 457 | expect(datavizWebmap.layers[0].autoUpdateInterval).not.toBeNull(); |
| 458 | clearInterval(datavizWebmap.layers[0].autoUpdateInterval); |
| 459 | done(); |
| 460 | }, 30); |
| 461 | } |
| 462 | }); |
| 463 | |
| 464 | it('webmap_relationRestMap', (done) => { |