Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
mahara
mahara
Commits
6a6e9af2
Commit
6a6e9af2
authored
Mar 25, 2015
by
Son Nguyen
Committed by
Gerrit Code Review
Mar 25, 2015
Browse files
Merge "Behat tests: avoid using the step "I wait n seconds""
parents
135a4d88
45dda4a0
Changes
3
Hide whitespace changes
Inline
Side-by-side
test/behat/features/account/user_change_password.feature
View file @
6a6e9af2
...
...
@@ -57,7 +57,6 @@ Scenario: Creating an Institution assigning users and changing their passwords
|
New
password
|
mahara3
|
|
Confirm
password
|
mahara3
|
And
I press
"Save"
And
I wait
"3"
seconds
# Verifying password was changed
And
I should see
"Preferences saved"
# Log out as user 1
...
...
test/behat/features/artefact/collections/files_add_edit.feature
View file @
6a6e9af2
...
...
@@ -34,7 +34,6 @@ Scenario: Creating sub folder and attaching files (Bug 1426983)
And
I follow
"Subfolder2"
And
I attach the file
"Image3.png"
to
"Upload file"
# Confirming upload was successful
And
I wait
"30"
seconds
And
I should see
"Upload of Image3.png to Subfolder2 complete"
# Verifying you can move from subfolder2 to Home
And
I follow
"Home"
...
...
test/behat/features/group/notification_quota.feature
View file @
6a6e9af2
...
...
@@ -26,7 +26,6 @@ Scenario Outline: When quota notification threshold is changed, send notificatio
And
I check
"Update user quotas"
# Modifying user notification threshold to multiple %
And
I fill in
"Quota notification threshold"
with
"<threshold>"
And
I wait
"3"
seconds
And
I press
"Save"
# Verifying changes were made
And
I should see
"Settings saved"
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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