Skip to content

Commit 5f6c867

Browse files
louisduhalberruerFabien Petit
authored andcommitted
SCENARIO : Delete a picture from a document (see #187)
Co-Authored-By: Fabien Petit <fabien.petit@users.noreply.github.com> Co-Authored-By: Louis Duhal Berruer <louisduhalberruer@users.noreply.github.com>
1 parent 42ac3e8 commit 5f6c867

1 file changed

Lines changed: 1 addition & 16 deletions

File tree

features/step_definitions/outcome.rb

Lines changed: 1 addition & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -92,25 +92,10 @@
9292
expect(find('.main .work')).to have_content "<TITLE>"
9393
end
9494

95-
Alors('je peux lire {string} dans la liste des types') do |text|
96-
expect(find('.list-group')).to have_content text
97-
end
98-
99-
Alors('je ne peux pas lire {string} ans la liste des types') do |text|
100-
expect(find('.list-group')).not_to have_content text
101-
end
102-
103-
Alors('je ne peux rien lire dans la liste des types') do
104-
expect(find('.list-group')).not_to have_content "Ethnography/Report"
105-
expect(find('.list-group')).not_to have_content "Ethnography/Analysis"
106-
expect(find('.list-group')).not_to have_content "Ethnography/Interview"
107-
end
108-
10995
Alors("je ne vois pas le document intitulé {string}") do |title|
11096
expect(page).not_to have_content(title)
11197
end
11298

11399
Alors("je ne vois pas l'image {string}") do |image_name|
114100
expect(page)
115-
end
116-
101+
end

0 commit comments

Comments
 (0)