Skip to content

Commit

Permalink
Add e2e test for Desktop Edge
Browse files Browse the repository at this point in the history
  • Loading branch information
mpanne committed Jan 22, 2025
1 parent c483956 commit 16deb13
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions playwright.config-base.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ const projects = [
name: "Desktop Safari",
use: { ...devices["Desktop Safari"] },
},
{
name: "Desktop Edge",
use: { ...devices["Desktop Edge"] },
},
{
name: "Mobile Chrome",
use: { ...devices["Pixel 7"] },
Expand Down

0 comments on commit 16deb13

Please sign in to comment.