diff --git a/src/components/RefundButton.tsx b/src/components/RefundButton.tsx index 2ba64904..996455f0 100644 --- a/src/components/RefundButton.tsx +++ b/src/components/RefundButton.tsx @@ -296,7 +296,11 @@ const RefundButton = (props: { }> - + 0 || timeoutBlockheight() > 0}> { }); await user.upload(uploadInput, swapFile); - expect(await screen.findAllByText(i18n.en.refund)).not.toBeUndefined(); + expect( + await screen.findAllByText(i18n.en.refund), + ).not.toBeUndefined(); }); test("should show invalid refund button when invalid file was uploaded", async () => { @@ -94,6 +96,5 @@ describe("RefundExternal", () => { await screen.findAllByText(i18n.en.invalid_refund_file), ).not.toBeUndefined(); }); - }) - + }); });