Skip to content

Commit 6a3d248

Browse files
committed
Get playwright tests reliably passing in wsl
1 parent e96748c commit 6a3d248

15 files changed

Lines changed: 196 additions & 99 deletions

File tree

addons/addon-attach/test/playwright.config.ts

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,9 @@ const config: PlaywrightTestConfig = {
55
timeout: 10000,
66
projects: [
77
{
8-
name: 'ChromeStable',
8+
name: 'Chromium',
99
use: {
10-
browserName: 'chromium',
11-
channel: 'chrome'
10+
browserName: 'chromium'
1211
}
1312
},
1413
{

addons/addon-clipboard/test/playwright.config.ts

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,9 @@ const config: PlaywrightTestConfig = {
55
timeout: 10000,
66
projects: [
77
{
8-
name: 'ChromeStable',
8+
name: 'Chromium',
99
use: {
10-
browserName: 'chromium',
11-
channel: 'chrome'
10+
browserName: 'chromium'
1211
}
1312
},
1413
{

addons/addon-fit/test/playwright.config.ts

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,9 @@ const config: PlaywrightTestConfig = {
55
timeout: 10000,
66
projects: [
77
{
8-
name: 'ChromeStable',
8+
name: 'Chromium',
99
use: {
10-
browserName: 'chromium',
11-
channel: 'chrome'
10+
browserName: 'chromium'
1211
}
1312
},
1413
{

addons/addon-image/test/playwright.config.ts

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,9 @@ const config: PlaywrightTestConfig = {
55
timeout: 10000,
66
projects: [
77
{
8-
name: 'ChromeStable',
8+
name: 'Chromium',
99
use: {
10-
browserName: 'chromium',
11-
channel: 'chrome'
10+
browserName: 'chromium'
1211
}
1312
},
1413
{

addons/addon-progress/test/playwright.config.ts

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,9 @@ const config: PlaywrightTestConfig = {
55
timeout: 10000,
66
projects: [
77
{
8-
name: 'ChromeStable',
8+
name: 'Chromium',
99
use: {
10-
browserName: 'chromium',
11-
channel: 'chrome'
10+
browserName: 'chromium'
1211
}
1312
},
1413
{

addons/addon-search/test/playwright.config.ts

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,9 @@ const config: PlaywrightTestConfig = {
55
timeout: 10000,
66
projects: [
77
{
8-
name: 'ChromeStable',
8+
name: 'Chromium',
99
use: {
10-
browserName: 'chromium',
11-
channel: 'chrome'
10+
browserName: 'chromium'
1211
}
1312
},
1413
{

addons/addon-serialize/test/playwright.config.ts

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,9 @@ const config: PlaywrightTestConfig = {
55
timeout: 10000,
66
projects: [
77
{
8-
name: 'ChromeStable',
8+
name: 'Chromium',
99
use: {
10-
browserName: 'chromium',
11-
channel: 'chrome'
10+
browserName: 'chromium'
1211
}
1312
},
1413
{

addons/addon-unicode-graphemes/test/playwright.config.ts

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,9 @@ const config: PlaywrightTestConfig = {
55
timeout: 10000,
66
projects: [
77
{
8-
name: 'ChromeStable',
8+
name: 'Chromium',
99
use: {
10-
browserName: 'chromium',
11-
channel: 'chrome'
10+
browserName: 'chromium'
1211
}
1312
},
1413
{

addons/addon-unicode11/test/playwright.config.ts

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,9 @@ const config: PlaywrightTestConfig = {
55
timeout: 10000,
66
projects: [
77
{
8-
name: 'ChromeStable',
8+
name: 'Chromium',
99
use: {
10-
browserName: 'chromium',
11-
channel: 'chrome'
10+
browserName: 'chromium'
1211
}
1312
},
1413
{

addons/addon-web-fonts/test/playwright.config.ts

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,9 @@ const config: PlaywrightTestConfig = {
55
timeout: 10000,
66
projects: [
77
{
8-
name: 'ChromeStable',
8+
name: 'Chromium',
99
use: {
10-
browserName: 'chromium',
11-
channel: 'chrome'
10+
browserName: 'chromium'
1211
}
1312
},
1413
{

0 commit comments

Comments
 (0)