mirror of
https://github.com/yingziwu/mastodon.git
synced 2026-02-04 03:25:14 +00:00
Redirect on success for standalone compose (#35763)
This commit is contained in:
parent
613cbf720c
commit
7cf53dbf63
5 changed files with 14 additions and 6 deletions
|
|
@ -23,7 +23,7 @@ RSpec.describe 'Share page', :js, :streaming do
|
|||
fill_in_form
|
||||
|
||||
expect(page)
|
||||
.to have_css('.notification-bar-message', text: frontend_translations('compose.published.body'))
|
||||
.to have_current_path(%r{/@bob/[0-9]+})
|
||||
end
|
||||
|
||||
def fill_in_form
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue