enable playwright testing on mobile viewports

pull/328/head
Dario Piotrowicz 2023-02-22 13:11:08 +00:00
rodzic d4aab92c79
commit 112133f872
1 zmienionych plików z 12 dodań i 12 usunięć

Wyświetl plik

@ -66,18 +66,18 @@ const config: PlaywrightTestConfig = {
},
/* Test against mobile viewports. */
// {
// name: 'Mobile Chrome',
// use: {
// ...devices['Pixel 5'],
// },
// },
// {
// name: 'Mobile Safari',
// use: {
// ...devices['iPhone 12'],
// },
// },
{
name: 'Mobile Chrome',
use: {
...devices['Pixel 5'],
},
},
{
name: 'Mobile Safari',
use: {
...devices['iPhone 12'],
},
},
/* Test against branded browsers. */
// {