Skip to content

Commit

Permalink
Merge pull request #82 from MixDrinks/e2e/fixed_failing_tests
Browse files Browse the repository at this point in the history
updated endpoints used in tests
  • Loading branch information
tanyaee authored Feb 21, 2024
2 parents ae9d5d5 + c546b88 commit b07ff27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress/tests/home-mobile.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -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'
}
Expand Down

0 comments on commit b07ff27

Please sign in to comment.