mirror of
https://github.com/usebruno/bruno.git
synced 2026-06-30 16:14:06 +00:00
chore: fix flaky playwright tests (#7159)
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"collections": [
|
||||
{
|
||||
"path": "{{projectRoot}}/tests/scripting/bru-api/isSafeMode/fixtures/collections/is-safe-mode-test",
|
||||
"path": "{{collectionPath}}/is-safe-mode-test",
|
||||
"securityConfig": {
|
||||
"jsSandboxMode": "developer"
|
||||
}
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"maximized": false,
|
||||
"lastOpenedCollections": [
|
||||
"{{projectRoot}}/tests/scripting/bru-api/isSafeMode/fixtures/collections/is-safe-mode-test"
|
||||
"{{collectionPath}}/is-safe-mode-test"
|
||||
]
|
||||
}
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"maximized": false,
|
||||
"lastOpenedCollections": [
|
||||
"{{projectRoot}}/tests/scripting/url-helpers/fixtures/collections/url_helpers_test"
|
||||
"{{collectionPath}}/url_helpers_test"
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user