summaryrefslogtreecommitdiffstats
path: root/tests/acceptance
Commit message (Expand)AuthorAgeFilesLines
* Rename helper for PHP built-in web serverDaniel Calviño Sánchez2018-04-092-14/+14
* Add helper to run acceptance tests on an Apache serverDaniel Calviño Sánchez2018-04-091-0/+130
* Add support for setting the domain also when a specific helper is usedDaniel Calviño Sánchez2018-04-091-1/+5
* Install and configure Nextcloud server as www-dataDaniel Calviño Sánchez2018-04-091-1/+8
* Use Docker image for acceptance testsDaniel Calviño Sánchez2018-04-091-1/+5
* Merge pull request #9114 from nextcloud/make-possible-to-provide-acceptance-t...Morris Jobke2018-04-094-11/+57
|\
| * Make possible to set the acceptance tests directory to useDaniel Calviño Sánchez2018-04-062-7/+55
| * Add context classes to Composer autoloadDaniel Calviño Sánchez2018-04-062-3/+1
| * Fix typoDaniel Calviño Sánchez2018-03-271-1/+1
* | Fix files acceptance testJulius Härtl2018-04-051-1/+1
* | Move styling and menu handling to publicpage.jsJulius Härtl2018-04-051-1/+1
|/
* Header acceptance featuresJohn Molakvoæ (skjnldsv)2018-03-096-10/+239
* Add acceptance tests for creation of subfolders in public shared foldersDaniel Calviño Sánchez2018-03-093-0/+121
* Extract common "wait for" functions to a helper classDaniel Calviño Sánchez2018-03-093-46/+86
* Generalize file list steps so a specific ancestor can be usedDaniel Calviño Sánchez2018-03-094-3/+115
* Generalize file list locators so a specific ancestor can be usedDaniel Calviño Sánchez2018-03-092-54/+66
* Store the name of the actor in the Actor objectDaniel Calviño Sánchez2018-03-092-3/+19
* Extract file list locators and steps to its own classDaniel Calviño Sánchez2018-03-093-250/+288
* Add automatic handling of NoSuchElement exceptionsDaniel Calviño Sánchez2018-03-081-6/+16
* Add automatic handling of MoveTargetOutOfBounds exceptionsDaniel Calviño Sánchez2018-03-081-3/+17
* fixup! Acceptance fixJohn Molakvoæ (skjnldsv)2018-03-011-1/+2
* Acceptance fixJohn Molakvoæ (skjnldsv)2018-03-012-1/+37
* Merge pull request #7600 from nextcloud/new-user-button-to-sidebarRoeland Jago Douma2018-02-282-1/+34
|\
| * Fix acceptance testsJohn Molakvoæ (skjnldsv)2018-02-282-1/+34
* | Fix acceptance test for new menu structureJulius Härtl2018-02-271-1/+1
|/
* Take into account the comment message when looking for itDaniel Calviño Sánchez2018-02-152-24/+17
* Adjust timeouts in the step to create a new commentDaniel Calviño Sánchez2018-02-151-2/+2
* Move locators above step definitionsDaniel Calviño Sánchez2018-02-151-21/+26
* Merge pull request #7650 from rpirritano/masterMorris Jobke2018-01-111-1/+1
|\
| * made small changes to login screenRobert Pirritano2018-01-111-1/+1
* | Add acceptance test for renaming a file with the details view openDaniel Calviño Sánchez2018-01-112-0/+57
|/
* Wait for the shared link to be set in the acceptance testsDaniel Calviño Sánchez2017-12-221-1/+24
* Add missing timeout multiplierDaniel Calviño Sánchez2017-12-221-2/+6
* Fix typo in callback nameDaniel Calviño Sánchez2017-12-221-2/+2
* Add acceptance test for opening the menu in a public shared linkDaniel Calviño Sánchez2017-12-192-0/+95
* Allows adding of hex color to the theme-colorAbijeet2017-12-082-29/+33
* Fix acceptance testJohn Molakvoæ (skjnldsv)2017-11-081-1/+1
* Merge branch 'master' into autocomplete-guiArthur Schiwon2017-11-013-8/+58
|\
| * bump acceptance test suite to use php 7.1 imageArthur Schiwon2017-10-311-1/+1
| * Solve acceptance test failure due to clicks on covered elementsDaniel Calviño Sánchez2017-10-192-0/+32
| * Replace inline favorite action with just a favorite iconDaniel Calviño Sánchez2017-10-191-5/+5
| * Update acceptance tests to favorite files through the file actions menuDaniel Calviño Sánchez2017-10-191-2/+20
* | add acceptance testsArthur Schiwon2017-10-283-0/+91
|/
* 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