Skip to content

Commit

Permalink
update playwright test
Browse files Browse the repository at this point in the history
  • Loading branch information
greenmtnboy committed Jul 27, 2024
1 parent 5ad4b63 commit 940b513
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/playwright.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,13 @@ export default defineConfig({

// Collect trace when retrying the failed test.
trace: "on-first-retry",
headless: true,
},
// Configure projects for major browsers.
projects: [
{
name: "chromium",
use: {
...devices["Desktop Chrome"],
contextOptions: {
screen: {
width: 1280,
Expand Down

0 comments on commit 940b513

Please sign in to comment.