Skip to content

Commit 173e197

Browse files
authored
Merge pull request magento#58 from magento/2.0_ftf_configxml_fix
FTF config.xml location fixed
2 parents a5af3ca + f1dee48 commit 173e197

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

guides/v2.0/mtf/mtf_quickstart/mtf_quickstart_config.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ The default browser is **Mozilla Firefox**.
5353

5454
If you want to use another browser for tests you have to specify it in `config.xml`.
5555

56-
Copy `<server>` element from `<magento2>/dev/tests/functional/vendor/magento/mtf/etc/config.xml>` and paste it in `<magento2>/dev/tests/functional/config.xml` after `<install>` element.
56+
Copy `<server>` element from `<magento2>/dev/tests/functional/vendor/magento/mtf/etc/config.xml>` and paste it in `<magento2>/dev/tests/functional/etc/config.xml` after `<install>` element.
5757

5858
Enter actual data in `<browserName>` and `<browser>` attributes.
5959

0 commit comments

Comments
 (0)