diff --git a/test/DragDrop.js b/test/DragDrop.js index 0fc9179..303daf3 100644 --- a/test/DragDrop.js +++ b/test/DragDrop.js @@ -12,6 +12,9 @@ describe('DragDrop', function() { var target2; beforeEach(function() { + // Temporary workaround for https://github.com/metal/metal.js/issues/287 + DragDrop.hasConfiguredState_ = false; + var html = '
'; dom.append(document.body, html);