fix/test-jenkins-fixed-asset
This commit is contained in:
@@ -55,8 +55,8 @@ setup('autenticacion', async ({ page }) => {
|
||||
await page.getByRole('button', { name: /^anexo76-dev/i }).click()
|
||||
}
|
||||
|
||||
// ── 4. Esperar redirect final según URL nueva (p. ej. app-launcher) ──────
|
||||
await expect(page).toHaveURL(/app-launcher/, { timeout: 30_000 })
|
||||
// ── 4. Esperar redirect SSO con active_system=fixed_asset ────────────────
|
||||
await expect(page).toHaveURL(/active_system=fixed_asset/, { timeout: 30_000 })
|
||||
|
||||
// ── 5. ExchangeRateGuard abre un dialog modal en cada carga del dashboard
|
||||
// si no existe un tipo de cambio para hoy. El guard espera a que
|
||||
|
||||
Reference in New Issue
Block a user