chore(sprint-5/etapa-6): limpieza técnica — E2E Supabase, fix flakiness guardar, docs cierre sprint
Some checks failed
/ Deploy to Cloudflare Pages (push) Has been cancelled
Some checks failed
/ Deploy to Cloudflare Pages (push) Has been cancelled
This commit is contained in:
@@ -60,9 +60,9 @@ async function setActivityCosts(
|
||||
const autoTimeInput = page.getByLabel(/Tiempo automatizado/i)
|
||||
await autoTimeInput.fill(String(automatedTime))
|
||||
|
||||
const guardar = page.getByRole('button', { name: /Guardar/i })
|
||||
await guardar.click()
|
||||
await page.waitForTimeout(500)
|
||||
await page.waitForSelector('[data-testid="save-activity-btn"]:not([disabled])', { timeout: 10_000 })
|
||||
await page.click('[data-testid="save-activity-btn"]')
|
||||
await page.waitForSelector('[data-testid="save-activity-btn"][disabled]', { timeout: 10_000 })
|
||||
}
|
||||
|
||||
async function configureGlobal(
|
||||
|
||||
Reference in New Issue
Block a user