Skip to content

Commit

Permalink
SDK-3286: Re-enable WebKit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
RWJMurphy committed Mar 27, 2024
1 parent 263eb14 commit 61de9ae
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions playwright.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -61,15 +61,15 @@ const config: PlaywrightTestConfig = {
// }. Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36`,
// },
// },
// {
// name: "WebKit",
// use: {
// browserName: "webkit",
// userAgent: `Browser-based solid-client-access-grant end-to-end tests running ${
// process.env.CI === "true" ? "in CI" : "locally"
// }. Mozilla/5.0 (iPhone; CPU iPhone OS 13_5_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.1.1 Mobile/15E148 Safari/604.1`,
// },
// },
{
name: "WebKit",
use: {
browserName: "webkit",
userAgent: `Browser-based solid-client-access-grant end-to-end tests running ${
process.env.CI === "true" ? "in CI" : "locally"
}. Mozilla/5.0 (iPhone; CPU iPhone OS 13_5_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.1.1 Mobile/15E148 Safari/604.1`,
},
},
],
};

Expand Down

0 comments on commit 61de9ae

Please sign in to comment.