-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
13 changed files
with
19 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file modified
BIN
+10.1 KB
(100%)
e2e/cypress/e2e/__image_snapshots__/Home Page content matches visually #0.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+93.7 KB
(110%)
e2e/cypress/e2e/__image_snapshots__/Pages About page matches visually #0.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-20.9 KB
(95%)
...press/e2e/__image_snapshots__/Pages Create account page matches visually #0.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-27.6 KB
(93%)
...ress/e2e/__image_snapshots__/Pages Create producer page matches visually #0.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+64 KB
(110%)
...e_snapshots__/Pages Help page when visitng overviewmain matches visually #0.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-33 KB
(92%)
e2e/cypress/e2e/__image_snapshots__/Pages Newsletter page matches visually #0.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed
BIN
-2.22 MB
e2e/cypress/e2e/__image_snapshots__/Pages Terms page matches visually #0.png
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,2 @@ | ||
Cypress.on('uncaught:exception', err => !err.message.includes('ResizeObserver loop limit exceeded')) | ||
Cypress.on('uncaught:exception', err => !err.message.includes('ResizeObserver loop limit exceeded') && | ||
!err.message.includes('ResizeObserver loop completed with undelivered notifications')); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
#!/bin/sh | ||
|
||
cd ../../db | ||
./restore.sh test_db_backup.dump fti_api_cypress | ||
./restore-test.sh test_db_backup.dump fti_api_cypress | ||
|
||
cd ../otp-api | ||
POSTGRES_DATABASE=fti_api_cypress bundle exec rails db:migrate |