mirror of
https://github.com/maybe-finance/maybe.git
synced 2025-08-09 07:25:19 +02:00
Update flash notice in test
This commit is contained in:
parent
71f7cc22f9
commit
1b2397147e
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ class SubscriptionsControllerTest < ActionDispatch::IntegrationTest
|
|||
|
||||
post start_trial_subscription_path
|
||||
assert_redirected_to root_path
|
||||
assert_equal "Your trial has started", flash[:notice]
|
||||
assert_equal "Welcome to Maybe!", flash[:notice]
|
||||
|
||||
assert @user.reload.onboarded?
|
||||
assert @user.family.reload.trial_started_at.present?
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue