Proxy Aeroflot shell in standalone

This commit is contained in:
2026-05-21 11:05:04 +03:00
parent 2b47ca799f
commit 99562c2218
7 changed files with 315 additions and 13 deletions
@@ -50,7 +50,6 @@ test("TIRREDESIGN-26: schedule details day tabs disable non-operating flight dat
await page.goto(URL);
await expect(page.getByTestId("day-tabs")).toBeVisible({ timeout: 15000 });
await expect(page.getByTestId("day-tab-20260519")).toBeEnabled();
const nonOperatingFriday = page.getByTestId("day-tab-20260522");
await expect(nonOperatingFriday).toBeDisabled();