mirror of
https://github.com/langgenius/dify.git
synced 2026-06-06 08:00:00 +08:00
fix: update how ky handle error (#34735)
This commit is contained in:
@@ -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',
|
||||
)
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user