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 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'
undermodules > config > JoomlaBrowser
on theacceptance.suite.yml
file.This PR will allow the https://github.com/joomla-projects/j4adminui repository to pass the drone test.