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
bd6edaf4
Commit
bd6edaf4
authored
Apr 01, 2015
by
Robert Lyon
Committed by
Gerrit Code Review
Apr 01, 2015
Browse files
Merge "Behat Test: Plugin administration configuration"
parents
7e8540f9
7684070f
Changes
1
Hide whitespace changes
Inline
Side-by-side
test/behat/features/admin/plugin_administration.feature
0 → 100644
View file @
bd6edaf4
@javascript
@core
@core_administration
Feature
:
Changing the configuration on the plugin administation page
In order to change the settings on the plugin administration page page
As an admin
So I can benefit from the uses of the switches
Scenario
:
Turning the switches on and off on Internal Search (Bug 1431569)
Given
I log in as
"admin"
with password
"Password1"
And
I go to
"admin/extensions/pluginconfig.php?plugintype=search&pluginname=internal"
# Verifing in on the right page
And I should see "Plugin administration
:
search
:
internal"
# Checking the default
And the following fields match these values
:
|
Exact
user
searches
|
1
|
# Turning the switch on and off
And I set the following fields to these values
:
|
Exact
user
searches
|
0
|
# Turning the switch back to default setting
And I set the following fields to these values
:
|
Exact
user
searches
|
1
|
And
I
press
"Save"
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