summaryrefslogtreecommitdiffstats
path: root/remote/test/puppeteer/test/TestSuites.json
diff options
context:
space:
mode:
Diffstat (limited to 'remote/test/puppeteer/test/TestSuites.json')
-rw-r--r--remote/test/puppeteer/test/TestSuites.json10
1 files changed, 5 insertions, 5 deletions
diff --git a/remote/test/puppeteer/test/TestSuites.json b/remote/test/puppeteer/test/TestSuites.json
index 32adc45d3c..3c36f8d7a4 100644
--- a/remote/test/puppeteer/test/TestSuites.json
+++ b/remote/test/puppeteer/test/TestSuites.json
@@ -13,9 +13,9 @@
"expectedLineCoverage": 93
},
{
- "id": "chrome-new-headless",
+ "id": "chrome-headless-shell",
"platforms": ["linux"],
- "parameters": ["chrome", "new-headless", "cdp"],
+ "parameters": ["chrome", "chrome-headless-shell", "cdp"],
"expectedLineCoverage": 93
},
{
@@ -45,7 +45,7 @@
{
"id": "chrome-bidi",
"platforms": ["linux"],
- "parameters": ["chrome", "headless", "webDriverBiDi"],
+ "parameters": ["chrome", "chrome-headless-shell", "webDriverBiDi"],
"expectedLineCoverage": 56
}
],
@@ -63,8 +63,8 @@
"headful": {
"HEADLESS": "false"
},
- "new-headless": {
- "HEADLESS": "new"
+ "chrome-headless-shell": {
+ "HEADLESS": "shell"
},
"webDriverBiDi": {
"PUPPETEER_PROTOCOL": "webDriverBiDi"