Skip to content

Commit b283722

Browse files
VIA-474 AS Remove ChromeiPhone and SamsungInternetAndroid from cross-browser playwright config
1 parent fa57253 commit b283722

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

playwright.config.cross-browser.ts

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -107,16 +107,6 @@ export default defineConfig({
107107
use: { ...devices['iPhone 12'] },
108108
dependencies: ['setup']
109109
},
110-
{
111-
name: 'SamsungInternetAndroid',
112-
use: { ...devices['Pixel 5'] },
113-
dependencies: ['setup']
114-
},
115-
{
116-
name: 'ChromeiPhone',
117-
use: { ...devices['iPhone 12'] },
118-
dependencies: ['setup']
119-
},
120110

121111
/* Test against mobile viewports. */
122112
// {

0 commit comments

Comments
 (0)