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
7576fdac
Commit
7576fdac
authored
Apr 01, 2015
by
Robert Lyon
Committed by
Gerrit Code Review
Apr 01, 2015
Browse files
Merge "Behat Test: Configure Network Page (Bug 1431569)"
parents
bd6edaf4
93377b92
Changes
1
Hide whitespace changes
Inline
Side-by-side
test/behat/features/admin/configure_networking_page.feature
0 → 100644
View file @
7576fdac
@javascript
@core
@core_administration
Feature
:
Configuration settings on networking page
In order to configure settings
As an admin
I need to be able to turn switches on and off
Scenario
:
Turning swtitches on and off on Networking page (Bug 1431569)
Given
I log in as
"admin"
with password
"Password1"
And
I follow
"Administration"
And
I choose
"Networking"
in
"Configure site"
# Checking the default settings are set
And the following fields match these values
:
|
Enable
networking
|
0
|
|
Auto-register
all
hosts
|
0
|
And I set the following fields to these values
:
|
Enable
networking
|
1
|
|
Auto-register
all
hosts
|
1
|
# Checks that the swtiches can change back
And I set the following fields to these values
:
|
Enable
networking
|
0
|
|
Auto-register
all
hosts
|
0
|
And
I press
"Save changes"
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