forked from decidim/decidim
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix password confirm validation error message (decidim#11625)
* Password confirm validation * changes to password confirm message * pushing whats been changed * updated changes to add quotes to error message on pw * normalisation of i18n strings in locales * Update decidim-core/spec/forms/account_form_spec.rb Co-authored-by: Andrés Pereira de Lucena <[email protected]> * Added test in registeration_form_spec and change in flash.now[:alert] registrations controller * test failure changes * Fixing of SPEC failures * rspec tests fix * test * Broken test with Catalan translation for sign-in fix * Registration form spec fix * fixes to rspec registerations controller on flash message * Update decidim-core/config/locales/ca.yml Co-authored-by: Andrés Pereira de Lucena <[email protected]> --------- Co-authored-by: Andrés Pereira de Lucena <[email protected]>
- Loading branch information
1 parent
5a93b5d
commit 01dfd49
Showing
8 changed files
with
36 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -57,7 +57,7 @@ | |
fill_in "session_user_email", with: "[email protected]" | ||
fill_in "session_user_password", with: "toto" | ||
|
||
click_button "Iniciar sessió" | ||
click_button "Entra" | ||
|
||
expect(page).to have_content("Email o la contrasenya no són vàlids.") | ||
end | ||
|