diff --git a/test/api/v3/integration/user/POST-user_unlock.js b/test/api/v3/integration/user/POST-user_unlock.js index 26016ef275..eeae6ceb36 100644 --- a/test/api/v3/integration/user/POST-user_unlock.js +++ b/test/api/v3/integration/user/POST-user_unlock.js @@ -5,7 +5,7 @@ import { describe('POST /user/unlock', () => { let user; - const unlockPath = 'shirt.convict,shirt.cross,shirt.fire,shirt.horizon,shirt.ocean,shirt.purple,shirt.rainbow,shirt.redblue,shirt.thunder,shirt.tropical,shirt.zombie'; + const unlockPath = 'shirt.convict,shirt.fire,shirt.horizon,shirt.ocean,shirt.purple,shirt.rainbow,shirt.redblue,shirt.thunder,shirt.tropical,shirt.zombie'; const unlockGearSetPath = 'items.gear.owned.headAccessory_special_bearEars,items.gear.owned.headAccessory_special_cactusEars,items.gear.owned.headAccessory_special_foxEars,items.gear.owned.headAccessory_special_lionEars,items.gear.owned.headAccessory_special_pandaEars,items.gear.owned.headAccessory_special_pigEars,items.gear.owned.headAccessory_special_tigerEars,items.gear.owned.headAccessory_special_wolfEars'; const unlockCost = 1.25; const usersStartingGems = 5; diff --git a/test/api/v3/integration/world-state/GET-world-state.test.js b/test/api/v3/integration/world-state/GET-world-state.test.js index 48896251ee..6c33296921 100644 --- a/test/api/v3/integration/world-state/GET-world-state.test.js +++ b/test/api/v3/integration/world-state/GET-world-state.test.js @@ -1,5 +1,3 @@ -import { TAVERN_ID } from '../../../../../website/server/models/group'; -import { updateDocument } from '../../../../helpers/mongo'; import { requester, resetHabiticaDB, diff --git a/test/common/ops/unlock.js b/test/common/ops/unlock.js index 6c589fe167..2c7d3849d1 100644 --- a/test/common/ops/unlock.js +++ b/test/common/ops/unlock.js @@ -7,10 +7,10 @@ import { BadRequest, } from '../../../website/common/script/libs/errors'; -describe('shared.ops.unlock', () => { +describe.only('shared.ops.unlock', () => { let user; let clock; - const unlockPath = 'shirt.convict,shirt.cross,shirt.fire,shirt.horizon,shirt.ocean,shirt.purple,shirt.rainbow,shirt.redblue,shirt.thunder,shirt.tropical,shirt.zombie'; + const unlockPath = 'shirt.convict,shirt.fire,shirt.horizon,shirt.ocean,shirt.purple,shirt.rainbow,shirt.redblue,shirt.thunder,shirt.tropical,shirt.zombie'; const unlockGearSetPath = 'items.gear.owned.headAccessory_special_bearEars,items.gear.owned.headAccessory_special_cactusEars,items.gear.owned.headAccessory_special_foxEars,items.gear.owned.headAccessory_special_lionEars,items.gear.owned.headAccessory_special_pandaEars,items.gear.owned.headAccessory_special_pigEars,items.gear.owned.headAccessory_special_tigerEars,items.gear.owned.headAccessory_special_wolfEars'; const backgroundUnlockPath = 'background.giant_florals'; const hairUnlockPath = 'hair.color.rainbow,hair.color.yellow,hair.color.green,hair.color.purple,hair.color.blue,hair.color.TRUred'; @@ -165,7 +165,6 @@ describe('shared.ops.unlock', () => { await unlock(user, { query: { path: partialUnlockPaths[4] } }); await unlock(user, { query: { path: partialUnlockPaths[5] } }); await unlock(user, { query: { path: partialUnlockPaths[6] } }); - await unlock(user, { query: { path: partialUnlockPaths[7] } }); await unlock(user, { query: { path: unlockPath } }); }); diff --git a/website/client/src/components/creatorIntro.vue b/website/client/src/components/creatorIntro.vue index 9520f0f275..5e717f13bf 100644 --- a/website/client/src/components/creatorIntro.vue +++ b/website/client/src/components/creatorIntro.vue @@ -28,10 +28,10 @@

- {{ $t('editAvatar')}} + {{ $t('editAvatar') }}