magento2-functional-testing-framework
magento2-functional-testing-framework copied to clipboard
Mftf 877 missed php variables
MagentoWebDriverDoctor uses wrong variables for webdriver_proxy definition.
Description
Fixed variable names in MagentoWebDriverDoctor
Fixed Issues (if relevant)
- magento/magento2-functional-testing-framework#877: mftf doctor produces php notices because of missed variables2.
Contribution checklist
- [x] Pull request has a meaningful description of its purpose
- [x] All commits are accompanied by meaningful commit messages
- [ ] All new or changed code is covered with unit/verification tests (if applicable)
- [x ] All automated tests passed successfully (all builds on Travis CI are green)
- [x] Changes to Framework doesn't have backward incompatible changes for tests or have related Pull Request with fixes to tests