summaryrefslogtreecommitdiffstats
path: root/tests/acceptance
Commit message (Expand)AuthorAgeFilesLines
* Add acceptance tests for setting the color in the Theming appDaniel Calviño Sánchez2017-08-103-0/+178
* Add getter for the timeout multiplierDaniel Calviño Sánchez2017-08-101-0/+9
* Add option to acceptance test runner to set the Selenium serverDaniel Calviño Sánchez2017-07-201-1/+40
* Add option to acceptance test runner to set the Nextcloud server domainDaniel Calviño Sánchez2017-07-202-1/+45
* Make possible to configure the domain for the Nextcloud test serverDaniel Calviño Sánchez2017-07-201-6/+16
* Add acceptance tests for unselecting items in dropdown for tagsDaniel Calviño Sánchez2017-07-104-0/+318
* Extract app navigation elements to its own contextDaniel Calviño Sánchez2017-07-083-39/+70
* Fix typoDaniel Calviño Sánchez2017-07-081-2/+2
* Add acceptance tests for sorting of favorite filesDaniel Calviño Sánchez2017-07-052-0/+105
* try to lower the timeout in an acceptance testArthur Schiwon2017-06-261-1/+1
* fix typos and unnecessary white spacesArthur Schiwon2017-06-262-5/+4
* Fix and extend acceptance testsArthur Schiwon2017-06-233-6/+55
* Extract duplicated code to a methodDaniel Calviño Sánchez2017-06-091-28/+15
* Add acceptance tests for showing the input field for tagsDaniel Calviño Sánchez2017-06-092-0/+123
* Update acceptance tests for issue #4921Daniel Calviño Sánchez2017-05-211-1/+10
* Add automatic handling of common command failures of Mink elementsDaniel Calviño Sánchez2017-05-063-2/+315
* Extract element finding to a command objectDaniel Calviño Sánchez2017-05-062-78/+178
* Make internal find methods staticDaniel Calviño Sánchez2017-05-061-8/+10
* Add missing type hintsDaniel Calviño Sánchez2017-05-061-3/+3
* Merge pull request #4682 from nextcloud/try-to-start-browser-sessions-again-w...Morris Jobke2017-05-044-11/+96
|\
| * Add option to acceptance test runners to set a custom timeout multiplierDaniel Calviño Sánchez2017-05-032-1/+48
| * Try again to start browser sessions when they failDaniel Calviño Sánchez2017-05-031-1/+27
| * Generalize attribute nameDaniel Calviño Sánchez2017-05-031-8/+8
| * Fix exponential increase of timeout when finding ancestor elementsDaniel Calviño Sánchez2017-05-031-1/+13
* | Replace "named" Mink selectors with "named_exact" Mink selectorsDaniel Calviño Sánchez2017-05-021-14/+14
* | Remove "content" locator from acceptance testsDaniel Calviño Sánchez2017-05-026-16/+19
|/
* Add acceptance tests for closing details view in Files appDaniel Calviño Sánchez2017-04-252-0/+213
* Merge pull request #4462 from danxuliu/fix-sharing-password-protected-linkRoeland Jago Douma2017-04-256-3/+309
|\
| * Add acceptance tests for sharing password protected linksDaniel Calviño Sánchez2017-04-244-0/+280
| * Add system to share data between acceptance test stepsDaniel Calviño Sánchez2017-04-242-3/+29
* | Fix minor code style issues (also known as nitpicking)Daniel Calviño Sánchez2017-04-221-27/+32
|/
* Run acceptance tests on macOSMorris Jobke2017-04-211-4/+30
* Make test passwords valid for the password_policy appDaniel Calviño Sánchez2017-04-213-7/+7
* Move acceptance tests from build/acceptance to tests/acceptanceDaniel Calviño Sánchez2017-04-2123-0/+2108
* Drop JS based acceptance tests - we have our behat based integration tests wh...Thomas Müller2016-04-0630-2344/+0
* correct delete-icon to icon-delete, fix #11128Jan-Christoph Borchardt2014-09-221-1/+1
* Added acceptance tests for enabling appsVincent Petry2014-09-034-9/+304
* Fixed readme for acceptance testsVincent Petry2014-09-011-4/+4
* further documentationFelix Böhm2014-08-291-3/+44
* fix login suiteFelix Böhm2014-08-292-7/+11
* bump version of protractor in package.jsonFelix Böhm2014-08-291-1/+1
* Update readme.mdfelixboehm2014-08-291-1/+5
* fix typoMorris Jobke2014-08-291-2/+2
* gitignore for node modulesFelix Böhm2014-08-291-0/+1
* add bunch of acceptance testsFelix Böhm2014-08-2927-0/+1999