Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/npm_and_yarn/jsdom-24.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
loganmcdonald-noaa authored Jul 24, 2024
2 parents 4dd7a16 + f3edaa8 commit dee1efa
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/actions/setup-playwright/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ runs:
using: composite
steps:
- uses: browser-actions/setup-chrome@v1
- uses: browser-actions/setup-edge@v1
# - uses: browser-actions/setup-edge@v1
- uses: actions/setup-node@v4
with:
node-version: 18
Expand Down
8 changes: 4 additions & 4 deletions playwright.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,10 @@ const config = {
// containerized.

/* Test against branded browsers. */
{
name: "Microsoft Edge",
use: { ...devices["Desktop Edge"], channel: "msedge" },
},
// {
// name: "Microsoft Edge",
// use: { ...devices["Desktop Edge"], channel: "msedge" },
// },
{
name: "Google Chrome",
use: { ...devices["Desktop Chrome"], channel: "chrome" },
Expand Down

0 comments on commit dee1efa

Please sign in to comment.