test: restore validation baseline

This commit is contained in:
2026-08-07 10:23:16 +00:00
parent 1a1d0b2d91
commit 044c916990
11 changed files with 45 additions and 25 deletions
@@ -130,8 +130,8 @@ const chiefCenter = {
const install = async (page: Page, rejectGeneral = false) => {
const requests: unknown[] = [];
let generalTurns = turns(30);
let nationTurns = turns(12);
const generalTurns = turns(30);
const nationTurns = turns(12);
let generalRevision = 0;
let nationRevision = 0;
await page.addInitScript((profile) => {