fix: rebase 4

This commit is contained in:
imccyu
2026-08-13 02:38:16 +08:00
parent 1ff62760d1
commit db6b14eb5b
6 changed files with 1555 additions and 1053 deletions

View File

@@ -153,7 +153,7 @@ describe('web e2e: Cordis tools use the generic row variants', () => {
await runRow.waitFor({ timeout: 10_000 })
await expect.poll(() => runRow.textContent()).toContain('snap-')
const stopRow = page.locator('[data-tool="cordis_stop"]').filter({ hasText: 'Stop dynamic Plugin' }).first()
const stopRow = page.locator('[data-tool="cordis_stop"]').filter({ hasText: 'Stop dynamic package' }).first()
await stopRow.waitFor({ timeout: 10_000 })
await expect.poll(() => stopRow.textContent()).toContain('snap-')
await expect(stopRow.getAttribute('data-state')).resolves.toBe('ok')