Skip to content

Commit

Permalink
Remove incomplete toast message test.
Browse files Browse the repository at this point in the history
  • Loading branch information
npsp-reedestockton committed Nov 14, 2022
1 parent 60fd350 commit 1ac5bfc
Showing 1 changed file with 0 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -114,14 +114,6 @@ describe("c-ge-gateway-select-widget", () => {
expect(getACHCheckBox(element)).toBeFalsy();
expect(getCCCheckBox(element)).toBeFalsy();
})

it("displays toast error if no gateways found", async () => {
GeGatewaySettings.setElevateSettings(null, null);
getGatewaysFromElevate.mockResolvedValueOnce(null);
const element = createGeGatewaySelectWidget(null);
document.body.appendChild(element);
await flushPromises();
});
});

describe("payment method mode", () => {
Expand Down

0 comments on commit 1ac5bfc

Please sign in to comment.