diff options
author | Julius Härtl <jus@bitgrid.net> | 2018-07-20 16:49:05 +0200 |
---|---|---|
committer | Julius Härtl <jus@bitgrid.net> | 2018-07-20 16:49:05 +0200 |
commit | 4d5c01e06645cc2c7170d5da2f5c3f0621fa390a (patch) | |
tree | 862165b7a16ec111e39edb95dac8641417517998 /tests/acceptance/features/users.feature | |
parent | 784eef16f6156b4f8885e02a74de6a2409f7c6d8 (diff) | |
download | nextcloud-server-4d5c01e06645cc2c7170d5da2f5c3f0621fa390a.tar.gz nextcloud-server-4d5c01e06645cc2c7170d5da2f5c3f0621fa390a.zip |
Fix accceptance tests
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Diffstat (limited to 'tests/acceptance/features/users.feature')
-rw-r--r-- | tests/acceptance/features/users.feature | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/acceptance/features/users.feature b/tests/acceptance/features/users.feature index a49b00949d9..1adc2e1f396 100644 --- a/tests/acceptance/features/users.feature +++ b/tests/acceptance/features/users.feature @@ -78,7 +78,7 @@ Feature: users And I open the settings And I see that the settings are opened When I toggle the showLanguages checkbox in the settings - Then I see that the "Languages" column is shown + Then I see that the "Language" column is shown When I toggle the showLastLogin checkbox in the settings Then I see that the "Last login" column is shown When I toggle the showStoragePath checkbox in the settings |