mirror of
https://github.com/discourse/discourse.git
synced 2025-05-31 18:57:16 +08:00
UX: Registration design and validation improvements (#27666)
This commit is contained in:
@ -13,7 +13,7 @@ describe "Create account", type: :system do
|
||||
|
||||
find("#new-account-password").fill_in with: "secret-password"
|
||||
|
||||
click_button "Create your account"
|
||||
find(".d-modal.create-account").click_button "Sign Up"
|
||||
expect(page).to have_no_css(".d-modal.create-account")
|
||||
|
||||
user = User.last
|
||||
|
Reference in New Issue
Block a user