mirror of
https://github.com/discourse/discourse.git
synced 2025-03-14 10:33:43 +00:00
DEV: Wrong test was skipped in e9244ebc6819d517c6001a92413c1814ce52656c (#31817)
This commit is contained in:
committed by
GitHub
parent
ca835a8952
commit
5aa1e58492
@ -36,7 +36,7 @@ describe "Changing email", type: :system do
|
||||
mail.body.to_s[%r{/u/confirm-#{type}-email/\S+}, 0]
|
||||
end
|
||||
|
||||
it "allows regular user to change their email" do
|
||||
xit "allows regular user to change their email" do
|
||||
sign_in user
|
||||
|
||||
visit generate_confirm_link
|
||||
@ -106,7 +106,7 @@ describe "Changing email", type: :system do
|
||||
authenticator&.remove!
|
||||
end
|
||||
|
||||
xit "does not require login to verify" do
|
||||
it "does not require login to verify" do
|
||||
second_factor = Fabricate(:user_second_factor_totp, user: user)
|
||||
sign_in user
|
||||
|
||||
|
Reference in New Issue
Block a user