diff --git a/tests/acceptance/expected-failures-with-oc10-server-oauth2-login.md b/tests/acceptance/expected-failures-with-oc10-server-oauth2-login.md index 9a795b30b5f..fdab66c911f 100644 --- a/tests/acceptance/expected-failures-with-oc10-server-oauth2-login.md +++ b/tests/acceptance/expected-failures-with-oc10-server-oauth2-login.md @@ -196,4 +196,4 @@ Other free text and markdown formatting can be used elsewhere in the document if - [webUISharingPermissionToRoot/shareFileWithMultipleUsers.feature:66](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingPermissionToRoot/shareFileWithMultipleUsers.feature#L66) ### [downloading an old version of a file returns 501](https://github.com/owncloud/ocis/issues/2261) -- [webUIFilesActionMenu/versions.feature:104](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUIFilesActionMenu/versions.feature#L104) +- [webUIFilesActionMenu/versions.feature:94](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUIFilesActionMenu/versions.feature#L94) diff --git a/tests/acceptance/expected-failures-with-ocis-server-ocis-storage.md b/tests/acceptance/expected-failures-with-ocis-server-ocis-storage.md index 5d547441fcc..c436e48d0fa 100644 --- a/tests/acceptance/expected-failures-with-ocis-server-ocis-storage.md +++ b/tests/acceptance/expected-failures-with-ocis-server-ocis-storage.md @@ -117,7 +117,7 @@ Other free text and markdown formatting can be used elsewhere in the document if - [webUIFilesActionMenu/versions.feature:63](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUIFilesActionMenu/versions.feature#L63) ### [downloading an old version of a file returns 501](https://github.com/owncloud/ocis/issues/2261) -- [webUIFilesActionMenu/versions.feature:104](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUIFilesActionMenu/versions.feature#L104) +- [webUIFilesActionMenu/versions.feature:94](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUIFilesActionMenu/versions.feature#L94) ### [No occ command in ocis](https://github.com/owncloud/ocis/issues/1317) - [webUIRestrictSharing/restrictReSharing.feature:23](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUIRestrictSharing/restrictReSharing.feature#L23) diff --git a/tests/acceptance/features/webUIFilesActionMenu/versions.feature b/tests/acceptance/features/webUIFilesActionMenu/versions.feature index e0db47644be..81e21730acd 100644 --- a/tests/acceptance/features/webUIFilesActionMenu/versions.feature +++ b/tests/acceptance/features/webUIFilesActionMenu/versions.feature @@ -97,4 +97,4 @@ Feature: Versions of a file And user "Alice" has logged in using the webUI And the user browses to display the "versions" details of file "lorem.txt" When the user downloads a previous version of the file using the webUI - Then as "Alice" the content of "lorem.txt" should be the same as the content of local file "lorem.txt" \ No newline at end of file + Then as "Alice" the content of "lorem.txt" should be the same as the content of local file "lorem.txt" diff --git a/tests/acceptance/stepDefinitions/filesContext.js b/tests/acceptance/stepDefinitions/filesContext.js index 74383aac83b..5ca6e3f94e6 100644 --- a/tests/acceptance/stepDefinitions/filesContext.js +++ b/tests/acceptance/stepDefinitions/filesContext.js @@ -697,7 +697,7 @@ Then( } ) -When('the user downloads a file of a previous version using the webUI', function () { +When('the user downloads a previous version of the file using the webUI', function () { return client.page.FilesPageElement.versionsDialog().downloadFilePreviousVersion() })