aboutsummaryrefslogtreecommitdiffstats
path: root/tests/ui
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/14947] Create new webdriver instance for every testMarc Alexander2017-01-022-9/+9
| | | | | | | | PHPUnit seems to have emptied the webdriver between every test, which causes curl errors. A new webdriver instance will now be created for every test file. This does not cause a lot of overhead for ui tests. PHPBB3-14947
* [ticket/14315] Properly get sid from cookies and simplify take_screenshotMarc Alexander2016-02-181-1/+1
| | | | PHPBB3-14315
* [ticket/14315] Use proper ID selectors in ui testMarc Alexander2016-02-171-3/+3
| | | | PHPBB3-14315
* [ticket/14315] Add logout to ui tests and use in permissions role testMarc Alexander2016-02-171-0/+1
| | | | PHPBB3-14315
* [ticket/14315] Add functional tests for permission roles and fix non-jsMarc Alexander2016-02-171-2/+2
| | | | | | Without JS the settings were not applied due to duplicate input names. PHPBB3-14315
* [ticket/14315] Add tests for setting permission roles using javascriptMarc Alexander2016-02-161-0/+89
| | | | PHPBB3-14315
* [ticket/14462] Fix installation in testsMate Bartus2016-02-121-1/+0
| | | | PHPBB3-14462
* [ticket/12962] Add quick-links JS testDhruv2014-09-211-0/+27
PHPBB3-12962