mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-02-26 01:33:22 +00:00
Fix Layout/LineLength Rubocop violation in spec/system/admin/enterprises_spec.rb
This commit is contained in:
@@ -257,7 +257,9 @@ RSpec.describe '
|
||||
|
||||
# Test Trix editor translations are loaded
|
||||
find(".trix-button--icon-link").click
|
||||
expect(page).to have_selector("input[aria-label=URL][placeholder='Please enter a URL to insert']")
|
||||
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