Skip to content

Commit b2d26ed

Browse files
authored
Merge pull request #3794 from AlchemyCMS/harden-picture-library-integration-spec
chore: Wait for turbo in picture-descriptions feature spec
2 parents 08439fd + 4b99dee commit b2d26ed

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

spec/features/admin/picture_library_integration_spec.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -239,8 +239,10 @@
239239
end
240240

241241
select(language.name, from: "Language")
242+
expect(page).to have_no_css("turbo-frame#picture_descriptions[busy]")
242243
expect(page).to have_field("Description", with: "This is an amazing image.")
243244
select(german.name, from: "Language")
245+
expect(page).to have_no_css("turbo-frame#picture_descriptions[busy]")
244246
expect(page).to have_field("Description", with: "Tolles Bild.")
245247
end
246248
end

0 commit comments

Comments
 (0)