Skip to content

Commit

Permalink
remove firefox
Browse files Browse the repository at this point in the history
  • Loading branch information
acharb committed Apr 22, 2024
1 parent df1c640 commit ddb3186
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions @stellar/typescript-wallet-sdk/test/e2e/browser.test.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
import { chromium, firefox, webkit } from "playwright";
import { chromium, webkit } from "playwright";

describe("Test browser build", () => {
const browsers = [
{ name: "Chrome", instance: chromium },
{ name: "Firefox", instance: firefox },
{ name: "Safari", instance: webkit },
];

Expand Down

0 comments on commit ddb3186

Please sign in to comment.