@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 "Kupuh1pa!" And I choose "Networking" in "Configure site" from administration menu And I set the following fields to these values: | Enable networking | 1 | | Auto-register all hosts | 1 | And I click on "Save changes" Then I should see "Networking has been enabled. Auto-register has been enabled."