test: 로비 수동 재시도 검증의 자동 성공 경쟁 제거

스크린샷과 접근성 측정 중 예약 재시도가 성공해 버튼이 사라지는 경합을 막고, 수동 재시도 시나리오를 결정적으로 유지한다.
This commit is contained in:
2026-08-17 11:28:35 +00:00
parent a71f8f6c6a
commit b488cc22bf
@@ -283,7 +283,8 @@ test('automatically recovers profile details after a transient update outage', a
});
test('offers a keyboard-accessible immediate retry without mobile overflow', async ({ page }, testInfo) => {
await installFixture(page, { lobbyBundleFailures: 1 });
// Keep the scheduled retry in the error state so it cannot race the manual retry after the screenshot.
await installFixture(page, { lobbyBundleFailures: 2 });
await page.setViewportSize({ width: 390, height: 844 });
await page.goto('lobby');