bdd.it('should not blur the body element', function() {
      var result = elementBlur(document.body);
      expect(result).to.equal(null);
    });