Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Ombi/src/commit/7afefef295b88e5dad70e6ded28535af6e52ca39/tests/cypress/fixtures/example.json You should set ROOT_URL correctly, otherwise the web may not work correctly.
Ombi/tests/cypress/fixtures/example.json

5 lines
154 B

{
"name": "Using fixtures to represent data",
"email": "hello@cypress.io",
"body": "Fixtures are a great way to mock data for responses to routes"
}