test: align release gates with canonical campaign saves
This commit is contained in:
@@ -397,11 +397,11 @@ async function verifyCampExplorationWiring(memoryModule, visitModule) {
|
||||
'An incomplete first-pursuit visit must lead to the walkable camp exploration scene.'
|
||||
);
|
||||
assert(
|
||||
explorationSource.includes(
|
||||
"completeFirstPursuitScoutVisit(choice.id)"
|
||||
/completeFirstPursuitScoutVisit\(\s*choice\.id,\s*this\.explorationDialogueCheckpoint\(/.test(
|
||||
explorationSource
|
||||
) &&
|
||||
explorationSource.includes("textureKey: 'exploration-jian-yong'"),
|
||||
'The exploration scene must use the guarded action and Jian Yong dedicated SD sheet.'
|
||||
'The exploration scene must atomically use the guarded action with its checkpoint and Jian Yong dedicated SD sheet.'
|
||||
);
|
||||
|
||||
const campaign = createLiteralSyncCampaign(memoryModule);
|
||||
|
||||
Reference in New Issue
Block a user