diff --git a/test/system/bootcode-dependencies.test.js b/test/system/bootcode-dependencies.test.js index 783096de..e8a654ca 100644 --- a/test/system/bootcode-dependencies.test.js +++ b/test/system/bootcode-dependencies.test.js @@ -103,7 +103,7 @@ describe('bootcode dependencies', function () { 'path-browserify', 'pathval', 'postman-collection', - 'postman-sandbox', + 'postman-sandbox-custom-beta', 'postman-url-encoder', 'process', 'process-nextick-args', diff --git a/test/system/npm-publish.test.js b/test/system/npm-publish.test.js index d8059d0b..0948c89c 100644 --- a/test/system/npm-publish.test.js +++ b/test/system/npm-publish.test.js @@ -9,7 +9,7 @@ describe('npm publish', function () { packagedFiles = packageInfo.files.map(({ path }) => { return path; }); it('should have a valid package name', function () { - expect(packageInfo.name).to.equal('postman-sandbox'); + expect(packageInfo.name).to.equal('postman-sandbox-custom-beta'); }); it('should include boot code in .cache', function () { diff --git a/test/system/repository.test.js b/test/system/repository.test.js index 2480a9ea..cf9e19a6 100644 --- a/test/system/repository.test.js +++ b/test/system/repository.test.js @@ -34,7 +34,7 @@ describe('project repository', function () { describe('package.json JSON data', function () { it('should have valid name, description, author and license', function () { expect(json).to.deep.include({ - name: 'postman-sandbox', + name: 'postman-sandbox-custom-beta', description: 'Sandbox for Postman Scripts to run in Node.js or browser', author: 'Postman Inc.', license: 'Apache-2.0'