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.
1 parent 02227ba commit 945de47Copy full SHA for 945de47
spec/features/conversations/send_message_spec.rb
@@ -41,10 +41,10 @@
41
42
it 'appears in the chat window' do
43
find_button('Send').click
44
-
+
45
# Wait for the message to appear in the current conversation via Turbo Stream
46
expect(page).to have_content(message, wait: 10)
47
48
# Now visit the conversations index and verify the message is there too
49
visit conversations_path(locale: I18n.default_locale)
50
expect(page).to have_content(message)
0 commit comments