Javier Gomez

Results 7 comments of Javier Gomez

you are welcome ^_^

Also we need to reuse JoomlaBrowser methods like: $I->searchForItem()

We need to document how not to Sniff /tmpl/ or /layout/ files related https://github.com/joomla-projects/jcms-codestyle and: https://github.com/joomla-projects/com_localise/blob/develop/.travis/phpcs.php#L30

I would suggest to try strict locators instead, see: http://phptest.club/t/regarding-filling-fields-and-clicking-buttons/569/2?u=javi_gomez ``` php $I->click(['xpath' => "//button[contains(text(), 'sign-in')]"]); ``` Alternatively you can improve the markup of the application so you can easily...

Is there any documentation that you think that we can follow as "the perfect example of good documented package"?