mirror of
https://github.com/Azure/cosmos-explorer.git
synced 2026-09-26 21:24:46 +01:00
Reduce the SQL document test matrix (#2598)
* Reduce SQL document test matrix * Wait for selected document content
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user