mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-22 00:07:03 +02:00
Merge in master
This commit is contained in:
@@ -54,7 +54,7 @@ describe('iD.serviceMapillary', function() {
|
||||
});
|
||||
|
||||
describe('#loadImages', function() {
|
||||
it('fires loadedImages when images are loaded', function(done) {
|
||||
it.skip('fires loadedImages when images are loaded', function(done) {
|
||||
mapillary.on('loadedImages', function() {
|
||||
expect(server.requests().length).to.eql(2); // 1 images, 1 sequences
|
||||
done();
|
||||
@@ -100,7 +100,6 @@ describe('iD.serviceMapillary', function() {
|
||||
});
|
||||
|
||||
it('loads multiple pages of image results', function(done) {
|
||||
this.timeout(10000);
|
||||
var calls = 0;
|
||||
mapillary.on('loadedImages', function() {
|
||||
server.respond(); // respond to new fetches
|
||||
@@ -194,7 +193,6 @@ describe('iD.serviceMapillary', function() {
|
||||
});
|
||||
|
||||
it('loads multiple pages of signs results', function(done) {
|
||||
this.timeout(10000);
|
||||
var calls = 0;
|
||||
mapillary.on('loadedSigns', function() {
|
||||
server.respond(); // respond to new fetches
|
||||
|
||||
@@ -22,6 +22,7 @@ iD.data.presets = {
|
||||
|
||||
|
||||
mocha.setup({
|
||||
timeout: 60000, // 1 minute
|
||||
ui: 'bdd',
|
||||
globals: [
|
||||
'__onresize.tail-size',
|
||||
|
||||
Reference in New Issue
Block a user