feat(tip): enlarge and simplify payment interface
This commit is contained in:
@@ -81,7 +81,7 @@ describe("PaymentMethodSelector", () => {
|
||||
expect(html).toContain('data-density="compact"');
|
||||
expect(html).toContain("Payment Method");
|
||||
expect(html).not.toContain("This caption is hidden");
|
||||
expect(html).toContain("min-h-11");
|
||||
expect(html).toContain("min-h-13");
|
||||
});
|
||||
|
||||
it("does not render when payment method selection is unavailable", () => {
|
||||
|
||||
Reference in New Issue
Block a user