Reduce the SQL document test matrix (#2598)

* Reduce SQL document test matrix

* Wait for selected document content
This commit is contained in:
Vsevolod Kukol
2026-09-24 18:34:11 +02:00
committed by GitHub
parent d952e1b219
commit 54d0ecb15c
2 changed files with 32 additions and 5 deletions
+3
View File
@@ -28,6 +28,7 @@ export default defineConfig({
projects: [
{
name: "firefox",
grepInvert: /@document-chrome-only/,
use: {
...devices["Desktop Firefox"],
launchOptions: {
@@ -50,6 +51,7 @@ export default defineConfig({
},
{
name: "webkit",
grepInvert: /@document-chrome-only/,
use: {
...devices["Desktop Safari"],
},
@@ -66,6 +68,7 @@ export default defineConfig({
},
{
name: "Microsoft Edge",
grepInvert: /@document-chrome-only/,
use: {
...devices["Desktop Edge"],
channel: "msedge",