Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-03-11Add acceptance tests for creation of subfolders in public shared foldersDaniel Calviño Sánchez
2018-03-11Extract common "wait for" functions to a helper classDaniel Calviño Sánchez
2018-03-11Generalize file list steps so a specific ancestor can be usedDaniel Calviño Sánchez
2018-03-11Generalize file list locators so a specific ancestor can be usedDaniel Calviño Sánchez
2018-03-11Store the name of the actor in the Actor objectDaniel Calviño Sánchez
2018-03-11Extract file list locators and steps to its own classDaniel Calviño Sánchez
2018-03-09Add automatic handling of NoSuchElement exceptionsDaniel Calviño Sánchez
2018-03-09Add automatic handling of MoveTargetOutOfBounds exceptionsDaniel Calviño Sánchez
2018-01-11Add acceptance test for renaming a file with the details view openDaniel Calviño Sánchez
2018-01-09Add missing timeout multiplierDaniel Calviño Sánchez
2018-01-09Wait for the shared link to be set in the acceptance testsDaniel Calviño Sánchez
2018-01-09Fix typo in callback nameDaniel Calviño Sánchez
2017-08-10Add acceptance tests for setting the color in the Theming appDaniel Calviño Sánchez
2017-08-10Add getter for the timeout multiplierDaniel Calviño Sánchez
2017-07-20Add option to acceptance test runner to set the Selenium serverDaniel Calviño Sánchez
2017-07-20Add option to acceptance test runner to set the Nextcloud server domainDaniel Calviño Sánchez
2017-07-20Make possible to configure the domain for the Nextcloud test serverDaniel Calviño Sánchez
2017-07-11Add acceptance tests for unselecting items in dropdown for tagsDaniel Calviño Sánchez
2017-07-11Extract app navigation elements to its own contextDaniel Calviño Sánchez
2017-07-11Fix typoDaniel Calviño Sánchez
2017-06-13Extract duplicated code to a methodDaniel Calviño Sánchez
2017-06-13Add acceptance tests for showing the input field for tagsDaniel Calviño Sánchez
2017-05-22Update acceptance tests for issue #4921Daniel Calviño Sánchez
2017-05-06Add automatic handling of common command failures of Mink elementsDaniel Calviño Sánchez
2017-05-06Extract element finding to a command objectDaniel Calviño Sánchez
2017-05-06Make internal find methods staticDaniel Calviño Sánchez
2017-05-06Add missing type hintsDaniel Calviño Sánchez
2017-05-04Merge pull request #4682 from nextcloud/try-to-start-browser-sessions-again-w...Morris Jobke
2017-05-04Add option to acceptance test runners to set a custom timeout multiplierDaniel Calviño Sánchez
2017-05-04Try again to start browser sessions when they failDaniel Calviño Sánchez
2017-05-03Generalize attribute nameDaniel Calviño Sánchez
2017-05-03Fix exponential increase of timeout when finding ancestor elementsDaniel Calviño Sánchez
2017-05-02Replace "named" Mink selectors with "named_exact" Mink selectorsDaniel Calviño Sánchez
2017-05-02Remove "content" locator from acceptance testsDaniel Calviño Sánchez
2017-04-25Add acceptance tests for closing details view in Files appDaniel Calviño Sánchez
2017-04-25Merge pull request #4462 from danxuliu/fix-sharing-password-protected-linkRoeland Jago Douma
2017-04-24Add acceptance tests for sharing password protected linksDaniel Calviño Sánchez
2017-04-24Add system to share data between acceptance test stepsDaniel Calviño Sánchez
2017-04-22Fix minor code style issues (also known as nitpicking)Daniel Calviño Sánchez
2017-04-21Run acceptance tests on macOSMorris Jobke
2017-04-21Make test passwords valid for the password_policy appDaniel Calviño Sánchez
2017-04-21Move acceptance tests from build/acceptance to tests/acceptanceDaniel Calviño Sánchez
2016-04-06Drop JS based acceptance tests - we have our behat based integration tests wh...Thomas Müller
2014-09-22correct delete-icon to icon-delete, fix #11128Jan-Christoph Borchardt
2014-09-03Added acceptance tests for enabling appsVincent Petry
2014-09-02Fixed readme for acceptance testsVincent Petry
2014-08-29further documentationFelix Böhm
2014-08-29fix login suiteFelix Böhm
2014-08-29bump version of protractor in package.jsonFelix Böhm
2014-08-29Update readme.mdfelixboehm