Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [ticket/14947] Create new webdriver instance for every test | Marc Alexander | 2017-01-02 | 2 | -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_screenshot | Marc Alexander | 2016-02-18 | 1 | -1/+1 |
| | | | | PHPBB3-14315 | ||||
* | [ticket/14315] Use proper ID selectors in ui test | Marc Alexander | 2016-02-17 | 1 | -3/+3 |
| | | | | PHPBB3-14315 | ||||
* | [ticket/14315] Add logout to ui tests and use in permissions role test | Marc Alexander | 2016-02-17 | 1 | -0/+1 |
| | | | | PHPBB3-14315 | ||||
* | [ticket/14315] Add functional tests for permission roles and fix non-js | Marc Alexander | 2016-02-17 | 1 | -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 javascript | Marc Alexander | 2016-02-16 | 1 | -0/+89 |
| | | | | PHPBB3-14315 | ||||
* | [ticket/14462] Fix installation in tests | Mate Bartus | 2016-02-12 | 1 | -1/+0 |
| | | | | PHPBB3-14462 | ||||
* | [ticket/12962] Add quick-links JS test | Dhruv | 2014-09-21 | 1 | -0/+27 |
PHPBB3-12962 |