bdd.it('should detect focus shift from body to #first', function() {
        var deferred = this.async(10000);

        handleEvent = deferred.callback(function(event) {
          expect(event.detail.blur).to.equal(document.body, 'document lost focus');