Remove single-use ProfileStories
method (#31164)
This commit is contained in:
parent
a850be4ad3
commit
5a4f4f3e83
2 changed files with 3 additions and 15 deletions
|
@ -11,10 +11,10 @@ RSpec.describe 'Profile' do
|
|||
|
||||
before do
|
||||
as_a_logged_in_user
|
||||
with_alice_as_local_user
|
||||
Fabricate(:user, account: Fabricate(:account, username: 'alice'))
|
||||
end
|
||||
|
||||
it 'I can view Annes public account' do
|
||||
it 'I can view public account page for Alice' do
|
||||
visit account_path('alice')
|
||||
|
||||
expect(subject).to have_title("alice (@alice@#{local_domain})")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue