diff --git a/jam-ui/.gitignore b/jam-ui/.gitignore index 785f5ac36..51ef250b2 100644 --- a/jam-ui/.gitignore +++ b/jam-ui/.gitignore @@ -27,4 +27,7 @@ yarn-error.log* /.idea /.vscode -/test-results \ No newline at end of file +/test-results + +/cypress/videos/ +/cypress/screenshots/ \ No newline at end of file diff --git a/jam-ui/cypress/videos/auth/login.js.mp4 b/jam-ui/cypress/videos/auth/login.js.mp4 deleted file mode 100644 index 01467f5a7..000000000 Binary files a/jam-ui/cypress/videos/auth/login.js.mp4 and /dev/null differ diff --git a/jam-ui/cypress/videos/friends/friends-page.spec.js.mp4 b/jam-ui/cypress/videos/friends/friends-page.spec.js.mp4 deleted file mode 100644 index 33da2ab17..000000000 Binary files a/jam-ui/cypress/videos/friends/friends-page.spec.js.mp4 and /dev/null differ diff --git a/jam-ui/cypress/videos/layout/navigation.spec.js.mp4 b/jam-ui/cypress/videos/layout/navigation.spec.js.mp4 deleted file mode 100644 index 99773ccf7..000000000 Binary files a/jam-ui/cypress/videos/layout/navigation.spec.js.mp4 and /dev/null differ