tests.bulkCreate(pageID, t)
        .catch(function (err) {
          Code.expect(err).to.be.instanceof(Error);
          Code.expect(err.message).to.equal('Not all tests inserted');