@javascript@core@core_administrationFeature: User options lang string and switchIn order to use the switchAs as adminSo change the settingsScenario: Checking lang string on switch on site options user settings page (Bug 1432523 & 1431569)Given I log in as "admin" with password "Password1"And I go to "admin/site/options.php"And I follow "User settings"And the "Profile access for all registered users" checkbox should be checkedAnd I uncheck "Profile access for all registered users"And I check "Profile access for all registered users"And I should see "Profile access for all registered users"And I press "Update site options"