diff --git a/apps/web/cypress/e2e/recipe-sources.feature b/apps/web/cypress/e2e/recipe-sources.feature index 8c9c735..9fc8a56 100644 --- a/apps/web/cypress/e2e/recipe-sources.feature +++ b/apps/web/cypress/e2e/recipe-sources.feature @@ -56,7 +56,7 @@ Feature: Browsing external recipe sources When I visit "/recettes" And I click the button "Sources" And I click the source item "Fish Pie" - And I click the button "Importer cette recette" + And I click the link "Importer cette recette" Then the "recipe-name" field should have the value "Fish Pie" And the recipe should include the ingredient "Oignon"