diff --git a/cypress/tests/home-mobile.cy.js b/cypress/tests/home-mobile.cy.js index f5b276d2..a0bd0f4c 100644 --- a/cypress/tests/home-mobile.cy.js +++ b/cypress/tests/home-mobile.cy.js @@ -16,7 +16,7 @@ describe("Home screen elements on the different screen resolutions", () => { }).as("cocktail"); cy.request({ method: 'GET', - url: 'https://whale-app-iz3av.ondigitalocean.app/v2/filter?page=0', + url: 'https://api.mixdrinks.org/v2/filter?page=0', headers: { 'Content-Type': 'application/json' }