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
mahara
mahara
Commits
bcd6a71c
Commit
bcd6a71c
authored
May 05, 2015
by
Robert Lyon
Committed by
Gerrit Code Review
May 05, 2015
Browse files
Merge "Behat Test: Broken lang string (Bug 1449350)"
parents
c744c3fd
444788d9
Changes
1
Hide whitespace changes
Inline
Side-by-side
test/behat/features/admin/acces_list_string.feature
0 → 100644
View file @
bcd6a71c
@javascript
@core
@core_administration
Feature
:
Broken string in user accesslist report
In order to make sure user can read the strings
As an admin
I need to check they show no errors
Background
:
Given the following "institutions" exist
:
|
name
|
displayname
|
registerallowed
|
registerconfirm
|
|
instone
|
Institution
One
|
ON
|
OFF
|
Given the following "users" exist
:
|
username
|
password
|
email
|
firstname
|
lastname
|
institution
|
authname
|
role
|
|
userA
|
Password1
|
test01@example.com
|
Pete
|
Mc
|
instone
|
internal
|
member
|
Scenario
:
Accessing language string (Bug 1449350)
Given
I log in as
"admin"
with password
"Password1"
And
I follow
"Administration"
And
I follow
"Users"
And I set the following fields to these values
:
|
selectusers_2
|
1
|
And
I
press
"Get
reports"
When
I press
"Access list"
Then
I should not see
"[[loggedin/view]]"
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