Skip to content

Commit

Permalink
Reduce project to avoid concurrency issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Pessina committed Aug 25, 2024
1 parent e515578 commit 30c7380
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions packages/near-fast-auth-signer-e2e-tests/playwright.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,22 +41,22 @@ export default defineConfig<TestOptions>({
name: 'chromium',
use: { ...devices['Desktop Chrome'] },
},
{
name: 'firefox',
use: { ...devices['Desktop Firefox'] },
},
{
name: 'webkit',
use: { ...devices['Desktop Safari'] },
},
{
name: 'Mobile Chrome',
use: { ...devices['Pixel 5'] },
},
{
name: 'Mobile Safari',
use: { ...devices['iPhone 12'] },
},
// {
// name: 'firefox',
// use: { ...devices['Desktop Firefox'] },
// },
// {
// name: 'webkit',
// use: { ...devices['Desktop Safari'] },
// },
// {
// name: 'Mobile Chrome',
// use: { ...devices['Pixel 5'] },
// },
// {
// name: 'Mobile Safari',
// use: { ...devices['iPhone 12'] },
// },
],

/* Run your local dev serve`r` before starting the tests */
Expand Down

0 comments on commit 30c7380

Please sign in to comment.