Skip to content

Commit

Permalink
test: last update check img
Browse files Browse the repository at this point in the history
  • Loading branch information
Stef-Rousset committed Nov 6, 2024
1 parent eed0d64 commit 76c855e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
visit questionnaire_edit_path
click_button "Save"
click_button "Expand all"
expect(page).to have_xpath('//img[@src="http://mon_image.png"]')
expect(page).to have_css("img[src$='mon_image.png']")
within "#questionnaire_question_#{question.id}-field" do
within "#questionnaire_question_#{question.id}-description-panel-0" do
input = page.find("#questionnaire_questions_#{question.id}_description_en")
Expand Down

0 comments on commit 76c855e

Please sign in to comment.