fix: update how ky handle error (#34735)

This commit is contained in:
Stephen Zhou
2026-04-08 18:38:33 +08:00
committed by GitHub
parent 9948a51b14
commit 63bfba0bdb
7 changed files with 62 additions and 12 deletions
@@ -9,3 +9,10 @@ Given('I am signed in as the default E2E admin', async function (this: DifyWorld
'text/plain',
)
})
Given('I am not signed in', async function (this: DifyWorld) {
this.attach(
'Using a clean browser context without the shared authenticated storage state.',
'text/plain',
)
})