chore: fix flaky playwright tests (#7159)

This commit is contained in:
Bijin A B
2026-02-17 01:25:41 +05:30
committed by GitHub
parent 634b62642f
commit dfc3a1b78c
39 changed files with 111 additions and 160 deletions

View File

@@ -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"
}

View File

@@ -1,6 +1,6 @@
{
"maximized": false,
"lastOpenedCollections": [
"{{projectRoot}}/tests/scripting/bru-api/isSafeMode/fixtures/collections/is-safe-mode-test"
"{{collectionPath}}/is-safe-mode-test"
]
}

View File

@@ -1,6 +1,6 @@
{
"maximized": false,
"lastOpenedCollections": [
"{{projectRoot}}/tests/scripting/url-helpers/fixtures/collections/url_helpers_test"
"{{collectionPath}}/url_helpers_test"
]
}