From 21e4b51336b129fbc9c6d63e85e2f164513ea5c5 Mon Sep 17 00:00:00 2001 From: Jason Date: Tue, 1 Jun 2021 10:33:00 +0900 Subject: [PATCH] Adding E2E tests --- .../main/resources/templates/libraries.html | 4 ++-- .../main/resources/templates/recommended.html | 5 +++-- .../libraries/searchOwnedMovies.spec.js | 18 +++++++++++++++ .../searchRecommendedMovies.spec.js | 22 ++++++++++++++++++- 4 files changed, 44 insertions(+), 5 deletions(-) diff --git a/GapsWeb/src/main/resources/templates/libraries.html b/GapsWeb/src/main/resources/templates/libraries.html index b06aa39..d7dd0fd 100755 --- a/GapsWeb/src/main/resources/templates/libraries.html +++ b/GapsWeb/src/main/resources/templates/libraries.html @@ -114,7 +114,7 @@
- Plex Poster
@@ -123,7 +123,7 @@
{{name}} ({{year}})

{{overview}}

{{#each genres}} -
{{this}}
+
{{this}}
{{/each}}
diff --git a/GapsWeb/src/main/resources/templates/recommended.html b/GapsWeb/src/main/resources/templates/recommended.html index 6860180..8e88e04 100755 --- a/GapsWeb/src/main/resources/templates/recommended.html +++ b/GapsWeb/src/main/resources/templates/recommended.html @@ -123,12 +123,13 @@