diff --git a/test/spec/behavior/select.js b/test/spec/behavior/select.js index e3b3843b9..ea7365ab0 100644 --- a/test/spec/behavior/select.js +++ b/test/spec/behavior/select.js @@ -10,7 +10,10 @@ describe('iD.behaviorSelect', function() { context.perform(iD.actionAddEntity(a), iD.actionAddEntity(b)); - container.call(context.map()) + container + .append('div') + .attr('class', 'main-map') + .call(context.map()) .append('div') .attr('class', 'inspector-wrap');