meta { name: POST target select alpha (cast preset) type: http seq: 21 } post { url: {{baseUrl}}/game/players/dev-local-1/target/select body: json auth: none } body:json { { "schemaVersion": 1, "targetId": "prototype_target_alpha" } } tests { test("status 200 lock applied", function () { expect(res.getStatus()).to.equal(200); const body = res.getBody(); expect(body.selectionApplied).to.equal(true); expect(body.targetState.lockedTargetId).to.equal("prototype_target_alpha"); }); }