diff options
author | John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | 2018-03-01 12:57:00 +0100 |
---|---|---|
committer | John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | 2018-03-01 12:57:00 +0100 |
commit | 2d4896e2a733be04555f64deea06577f61c2f0b1 (patch) | |
tree | 669510102645a31b173098c2abc6b67c202f60b8 /tests | |
parent | 484568e995fe3586b823a1493505b4c39aa1ea23 (diff) | |
download | nextcloud-server-2d4896e2a733be04555f64deea06577f61c2f0b1.tar.gz nextcloud-server-2d4896e2a733be04555f64deea06577f61c2f0b1.zip |
fixup! Acceptance fix
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Diffstat (limited to 'tests')
-rw-r--r-- | tests/acceptance/features/app-files.feature | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/acceptance/features/app-files.feature b/tests/acceptance/features/app-files.feature index eeef6de601f..dd5340d6374 100644 --- a/tests/acceptance/features/app-files.feature +++ b/tests/acceptance/features/app-files.feature @@ -80,7 +80,8 @@ Feature: app-files And I visit the direct download shared link I wrote down And I see that the current page is the Authenticate page for the direct download shared link I wrote down And I authenticate with password "abcdef" - Then I see that the current page is the direct download shared link I wrote down + # download starts no page redirection + And I see that the current page is the Authenticate page for the direct download shared link I wrote down Scenario: show the input field for tags in the details view Given I am logged in |