Skip to content

Commit 3a23e8b

Browse files
committed
test(angular): change Playwright device
1 parent e0ed00d commit 3a23e8b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/angular/test/base/playwright.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ export default defineConfig({
1414
projects: [
1515
{
1616
name: 'chromium',
17-
use: { ...devices['Desktop Chrome'] },
17+
use: { ...devices['Pixel 5'], },
1818
},
1919
],
2020
webServer: {

0 commit comments

Comments
 (0)