Jaime Ramírez
2020-06-11 d4efcf556bee5599b87a18da9420df2143e1c757
adopt-a-pup/web-app/src/Components/AdoptionForm.test.tsx
@@ -82,7 +82,7 @@
        // Wait until all promises all resolved
        await Promise.resolve();
        expect(component.state("showAdoptSucessAlert")).toBe(true);
        expect(component.state("showAdoptSuccessAlert")).toBe(true);
    });
    test("Does not call AdoptionService.create when empty form is submitted", () => {