We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 08439fd + 4b99dee commit b2d26edCopy full SHA for b2d26ed
spec/features/admin/picture_library_integration_spec.rb
@@ -239,8 +239,10 @@
239
end
240
241
select(language.name, from: "Language")
242
+ expect(page).to have_no_css("turbo-frame#picture_descriptions[busy]")
243
expect(page).to have_field("Description", with: "This is an amazing image.")
244
select(german.name, from: "Language")
245
246
expect(page).to have_field("Description", with: "Tolles Bild.")
247
248
0 commit comments