joomla-projects / joomla-browser

An extended Webdriver Browser to navigate through Joomla sites with Codeception
GNU General Public License v2.0
19 stars 35 forks source link

Support for the template Spring #198

Closed ahamed closed 5 years ago

ahamed commented 5 years ago

This pull request fixes the #197 for the backend template "spring".

The problem is the "spring" template has a different DOM structure than "atum" template. So there needs to update some of the commands on the JoomlaBrowser.php file with full compatibility of the previous one.

For this, there needs to add a config key backend_template: 'spring' under modules > config > JoomlaBrowser on the acceptance.suite.yml file.

This PR will allow the https://github.com/joomla-projects/j4adminui repository to pass the drone test.