Skip to content

Zuul test report an error for "del" #55

@cyrilchapon

Description

@cyrilchapon

I'm getting this :
capture d ecran 2018-10-10 a 10 26 14

This seems to be because of beforeEach hook here which does :

    beforeEach(function(done) {
      cleanup(done);
    });

    var cleanup = function(fn) {
      storage.onConnect().then(function() {
        return storage.del('key1', 'key2');
      })
      .then(fn)
      ['catch'](fn);
    };

But in this test-case, storage doesn't have permission to delete.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions