diff --git a/e2e/dev/all-editor-action.test.ts b/e2e/dev/all-editor-action.test.ts index 8a58789..77bb32a 100644 --- a/e2e/dev/all-editor-action.test.ts +++ b/e2e/dev/all-editor-action.test.ts @@ -7,7 +7,7 @@ const vector3 = new Vector3() //const domain = process.env.APP_HOST const domain = 'localhost:3000' -const locationName = 'apartment' +const locationName = 'default' const sqrt2 = Math.sqrt(2) describe('My Bot Tests', () => { diff --git a/package.json b/package.json index 0816442..cade692 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "quick-test":"mocha --config .mocharc.js --spec 'e2e/dev/*.test.ts'", "check-errors": "tsc --noemit", "test": "mocha --config .mocharc.js --spec 'tests/**/*.test.ts'", - "test-e2e": "mocha --config .mocharc.js --spec 'e2e/dev/*.test.ts'", + "test-e2e": "mocha --config .mocharc.js --spec 'e2e/dev/all-editor-action.test.ts'", "precommit": "no-master-commits -b master", "format": "prettier --write \"**/*.{ts,tsx}\"", "format-scss": "stylelint \"**/*.scss\" --fix",