Skip to content

Commit 8f9045e

Browse files
authored
Merge pull request #5664 from Tyriar/renderer_tests_wsl
Get playwright tests reliably passing in wsl
2 parents 735afde + b8e5ec7 commit 8f9045e

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)