Skip to content

Commit

Permalink
SCENARIO : Delete a picture from a document (see #187)
Browse files Browse the repository at this point in the history
Co-Authored-By: Fabien Petit <fabien.petit@users.noreply.github.com>
Co-Authored-By: Louis Duhal Berruer <louisduhalberruer@users.noreply.github.com>
  • Loading branch information
3 people authored and nitram35 committed Jun 19, 2024
1 parent fd6bf8c commit 4d3e2fe
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions features/step_definitions/outcome.rb
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,9 @@
expect(find('.list-group')).not_to have_content "Ethnography/Interview"
end

Alors("je ne vois pas le document intitulé {string}") do |title|
expect(page).not_to have_content(title)
end

Alors("je ne vois pas l'image {string}") do |image_name|
expect(page)
Expand Down

0 comments on commit 4d3e2fe

Please sign in to comment.