This commit is contained in:
Peter Bhat Harkins 2023-09-13 23:23:07 -05:00
parent 2ac305da88
commit b159b661d5
1 changed files with 1 additions and 1 deletions

View File

@ -129,7 +129,7 @@ RSpec.feature "Submitting Stories", type: :feature do
s = create(:story, created_at: (Story::RECENT_DAYS + 1).days.ago)
visit "/stories/new?url=#{s.url}"
expect(page).to have_content "may be submitted again"
expect(page).to have_content "submit it again"
expect(page).to have_content "Previous discussions"
end