summaryrefslogtreecommitdiffstats
path: root/tests/acceptance
diff options
context:
space:
mode:
authorArthur Schiwon <blizzz@arthur-schiwon.de>2017-06-26 10:30:42 +0200
committerArthur Schiwon <blizzz@arthur-schiwon.de>2017-06-26 10:30:42 +0200
commitcfa5eea902afe138ec7c1115d90ff5ad543d9c9a (patch)
tree9415d39d9f906dc79b05f48bd41ec1392331b3aa /tests/acceptance
parentb6b19346b4c5583677545b4b9a6c83ac3fce1b56 (diff)
downloadnextcloud-server-cfa5eea902afe138ec7c1115d90ff5ad543d9c9a.tar.gz
nextcloud-server-cfa5eea902afe138ec7c1115d90ff5ad543d9c9a.zip
fix typos and unnecessary white spaces
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
Diffstat (limited to 'tests/acceptance')
-rw-r--r--tests/acceptance/features/access-levels.feature8
-rw-r--r--tests/acceptance/features/bootstrap/SettingsMenuContext.php1
2 files changed, 4 insertions, 5 deletions
diff --git a/tests/acceptance/features/access-levels.feature b/tests/acceptance/features/access-levels.feature
index 91d6ba48e4e..80170296675 100644
--- a/tests/acceptance/features/access-levels.feature
+++ b/tests/acceptance/features/access-levels.feature
@@ -18,14 +18,14 @@ Feature: access-levels
And I see that the "Help" item in the Settings menu is shown
And I see that the "Log out" item in the Settings menu is shown
- Scenario: regular users cannot see amdin-level items on the Settings page
- Given I am logged in
+ Scenario: regular users cannot see admin-level items on the Settings page
+ Given I am logged in
When I visit the settings page
Then I see that the "Personal" settings panel is shown
And I see that the "Administration" settings panel is not shown
- Scenario: admin users can see amdin-level items on the Settings page
- Given I am logged in as the admin
+ Scenario: admin users can see admin-level items on the Settings page
+ Given I am logged in as the admin
When I visit the settings page
Then I see that the "Personal" settings panel is shown
And I see that the "Administration" settings panel is shown
diff --git a/tests/acceptance/features/bootstrap/SettingsMenuContext.php b/tests/acceptance/features/bootstrap/SettingsMenuContext.php
index 29b959fa92a..712036d5603 100644
--- a/tests/acceptance/features/bootstrap/SettingsMenuContext.php
+++ b/tests/acceptance/features/bootstrap/SettingsMenuContext.php
@@ -82,7 +82,6 @@ class SettingsMenuContext implements Context, ActorAwareInterface {
$this->actor->find(self::settingsMenuButton(), 10)->click();
}
-
/**
* @When I open the User settings
*/