Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
davidtaylorhq committed Jan 13, 2025
1 parent b54a0f4 commit 0df0697
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spec/system/op_avatar_spec.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# frozen_string_literal: true

RSpec.describe "Like column", type: :system do
RSpec.describe "OP Avatar", type: :system do
fab!(:theme) { upload_theme_component }
fab!(:op) { Fabricate(:user) }
fab!(:other_user) { Fabricate(:user) }
Expand All @@ -15,7 +15,7 @@
end
end

it "renders the likes column", mobile: true do
it "renders the OP avatar instead of the most recent poster", mobile: true do
visit "/latest"

expect(page).to have_css(".topic-list-data [data-user-card=#{op.username}]", count: 2)
Expand Down

0 comments on commit 0df0697

Please sign in to comment.