From 4130fdcda05bab3a29a92c17ed7b4a678a1225b1 Mon Sep 17 00:00:00 2001
From: Santiago Lo Coco
Date: Thu, 7 Dec 2023 16:09:26 -0300
Subject: [PATCH] Update catcher tests
---
browser-domain/src/components/Landing/Landing.tsx | 4 ++--
browser-domain/src/components/LogIn/LogIn.tsx | 2 +-
testing/catcher/resources/create-flight.js | 12 ++++++++----
testing/catcher/resources/login.js | 8 +++++---
testing/catcher/resources/signup.js | 14 ++++++++++++--
testing/catcher/test.sh | 8 ++------
testing/tavern/test.sh | 2 +-
7 files changed, 31 insertions(+), 19 deletions(-)
diff --git a/browser-domain/src/components/Landing/Landing.tsx b/browser-domain/src/components/Landing/Landing.tsx
index 7c7918d..f257991 100644
--- a/browser-domain/src/components/Landing/Landing.tsx
+++ b/browser-domain/src/components/Landing/Landing.tsx
@@ -21,14 +21,14 @@ const LandingPage: React.FC = () => {
-
+
Otherwise, you can continue to the flights page.
-
diff --git a/browser-domain/src/components/LogIn/LogIn.tsx b/browser-domain/src/components/LogIn/LogIn.tsx
index 6cb3b33..3f19968 100644
--- a/browser-domain/src/components/LogIn/LogIn.tsx
+++ b/browser-domain/src/components/LogIn/LogIn.tsx
@@ -18,7 +18,7 @@ export const LogIn = () => {