Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Drupal
sfl-boilerplate
Commits
961d0108
Commit
961d0108
authored
Mar 23, 2016
by
Emmanuel Milou
Browse files
Fix: use english for last test
parent
3824b9d3
Changes
1
Hide whitespace changes
Inline
Side-by-side
tests/behat/features/generic.feature
View file @
961d0108
...
@@ -58,15 +58,13 @@ Scenario: Login as a user created during this scenario
...
@@ -58,15 +58,13 @@ Scenario: Login as a user created during this scenario
Scenario
:
Error messages
Scenario
:
Error messages
Given
I am on
"/user"
Given
I am on
"/user"
When
I press
"Log in"
When
I press
"Log in"
Then
I should see the error message
"Le champ Mot de passe est requis."
Then I should see the following error messages
:
And
I should not see the error message
"Désolé, nom d'utilisateur ou mot de passe non reconnu."
And I should see the following error messages
:
|
error
messages
|
|
error
messages
|
|
Le
champ
Nom
d'utilisateur
est
requi
s
.
|
|
Username
field
is
requi
red
.
|
|
Le
champ
Mot
de
passe
est
requi
s
.
|
|
Password
field
is
requi
red
.
|
And I should not see the following error messages
:
And I should not see the following error messages
:
|
error
messages
|
|
error
messages
|
|
Désolé,
nom
d'utilisateur
ou
mot
de
passe
non
reconnu
.
|
|
Sorry,
unrecognized
username
or
password
.
|
Scenario
:
drush command with text matching
:
drush
output
correct
status
Scenario
:
drush command with text matching
:
drush
output
correct
status
Given
I run drush
"st"
Given
I run drush
"st"
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment