Skip to content

Commit

Permalink
PROCESS: Unused test steps removed.
Browse files Browse the repository at this point in the history
  • Loading branch information
benel committed Aug 11, 2024
1 parent 6a74f71 commit a591645
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions features/step_definitions/outcome.rb
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,6 @@
expect(page).not_to have_image(alternative_text)
end

Alors("je vois que le nom de la licence {string}") do |license|
expect(page).to have_text license
end

Alors("je vois que le code de la licence est {string}") do |license|
expect(page).to have_image license
end
Expand Down Expand Up @@ -100,10 +96,6 @@
expect(find('.list-group')).to have_content text
end

Alors('je ne peux pas lire {string} ans la liste des types') do |text|
expect(find('.list-group')).not_to have_content text
end

Alors('je ne peux rien lire dans la liste des types') do
expect(find('.list-group')).not_to have_content "Ethnography/Report"
expect(find('.list-group')).not_to have_content "Ethnography/Analysis"
Expand Down

0 comments on commit a591645

Please sign in to comment.