mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-03-30 06:31:16 +00:00
Fix expected placeholder in test after updating translation
This commit is contained in:
@@ -257,7 +257,7 @@ RSpec.describe '
|
||||
|
||||
# Test Trix editor translations are loaded
|
||||
find(".trix-button--icon-link").click
|
||||
expect(page).to have_selector("input[aria-label=URL][placeholder='Enter a URL…']")
|
||||
expect(page).to have_selector("input[aria-label=URL][placeholder='Please enter a URL to insert']")
|
||||
end
|
||||
|
||||
describe "producer properties" do
|
||||
|
||||
Reference in New Issue
Block a user