Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
krschacht committed May 5, 2024
1 parent 6d8ab52 commit 76c39ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/system/conversations/messages/version_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ class ConversationMessagesVersionTest < ApplicationSystemTestCase
end

test "previous icon shows tooltip and next is disabled" do
conversations(:versioned).messages.where(version: 2).where("index > 2").delete_all
conversations(:versioned).messages.where(version: 2).where("index > 2").destroy_all
visit_and_scroll_wait conversation_messages_path(conversations(:versioned), version: 2)

msg = hover_last_message
Expand Down

0 comments on commit 76c39ee

Please sign in to comment.