Skip to content

Commit

Permalink
prettier'd config file
Browse files Browse the repository at this point in the history
  • Loading branch information
aasimsyed committed Apr 23, 2024
1 parent 67b5dfa commit f1a4ffb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions frontend/playwright.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,15 +49,15 @@ export default defineConfig({
{
name: "webkit",
use: { ...devices["Desktop Safari"] },
}, /*
} /*
{
name: "Microsoft Edge",
use: { ...devices["Desktop Edge"], channel: "msedge" },
},
{
name: "firefox",
use: { ...devices["Desktop Firefox"] },
}, */
}, */,

/* Test against mobile viewports. */
{
Expand All @@ -67,15 +67,15 @@ export default defineConfig({
{
name: "Mobile Safari",
use: { ...devices["iPhone 12"], isMobile: true },
}, /*
} /*
{
name: "Mobile Samsung",
use: { ...devices["Galaxy S20"], isMobile: true },
},
{
name: "Mobile iPad",
use: { ...devices["iPad (gen 8)"], isMobile: true },
}, */
}, */,

/* Test against branded browsers. */
// {
Expand Down

0 comments on commit f1a4ffb

Please sign in to comment.