Switched back to desktop usecase
This commit is contained in:
parent
4219b60e31
commit
a8946581b0
|
@ -46,12 +46,12 @@ const config = {
|
||||||
|
|
||||||
/* Configure projects for major browsers */
|
/* Configure projects for major browsers */
|
||||||
projects: [
|
projects: [
|
||||||
// {
|
{
|
||||||
// name: 'chromium',
|
name: 'chromium',
|
||||||
// use: {
|
use: {
|
||||||
// ...devices['Desktop Chrome'],
|
...devices['Desktop Chrome'],
|
||||||
// },
|
},
|
||||||
// },
|
},
|
||||||
|
|
||||||
// {
|
// {
|
||||||
// name: 'firefox',
|
// name: 'firefox',
|
||||||
|
@ -68,12 +68,12 @@ const config = {
|
||||||
// },
|
// },
|
||||||
|
|
||||||
/* Test against mobile viewports. */
|
/* Test against mobile viewports. */
|
||||||
{
|
// {
|
||||||
name: 'Mobile Chrome',
|
// name: 'Mobile Chrome',
|
||||||
use: {
|
// use: {
|
||||||
...devices['Pixel 5'],
|
// ...devices['Pixel 5'],
|
||||||
},
|
// },
|
||||||
},
|
// },
|
||||||
// {
|
// {
|
||||||
// name: 'Mobile Safari',
|
// name: 'Mobile Safari',
|
||||||
// use: {
|
// use: {
|
||||||
|
|
Loading…
Reference in New Issue