diff --git a/spec/system/multitenancy_spec.rb b/spec/system/multitenancy_spec.rb index 45f6d473f..513a4489e 100644 --- a/spec/system/multitenancy_spec.rb +++ b/spec/system/multitenancy_spec.rb @@ -129,6 +129,8 @@ describe "Multitenancy", :seed_tenants do check "By registering you accept the terms and conditions of use" click_button "Register" + expect(page).to have_content "You have been sent a message containing a verification link" + confirm_email expect(page).to have_content "Your account has been confirmed." diff --git a/spec/system/users_auth_spec.rb b/spec/system/users_auth_spec.rb index 8a4b93497..1d51c5630 100644 --- a/spec/system/users_auth_spec.rb +++ b/spec/system/users_auth_spec.rb @@ -392,6 +392,9 @@ describe "Users" do fill_in "Username", with: "manuela2" click_button "Register" + + expect(page).to have_content "To continue, please click on the confirmation link that we have sent you via email" + confirm_email expect(page).to have_content "Your account has been confirmed"