Skip to content

Commit 5856420

Browse files
authored
Formatting changes
1 parent 5d23355 commit 5856420

File tree

1 file changed

+21
-17
lines changed

1 file changed

+21
-17
lines changed

docs/troubleshooting.md

Lines changed: 21 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -11,30 +11,34 @@ AcceptanceTester class doesn't exist in suite folder.
1111
Run the 'build' command to generate it
1212
```
1313

14-
#### Reason
14+
### Reason
1515

1616
Something went wrong during the `mftf build:project` command that prevented the creation of the AcceptanceTester class.
1717

18-
#### Solution
18+
### Solution
1919

20-
This issue is fixed in MFTF 2.5.0.
20+
This issue is fixed in the MFTF 2.5.0.
2121

22-
In versions of MFTF lower than 2.5.0 you should:
22+
In versions of the MFTF lower than 2.5.0 you should:
2323

2424
1. Open the functional.suite.yml file at:
25-
```terminal
26-
<magento root directory>/dev/tests/acceptance/tests/functional.suite.yml
27-
```
28-
2. Add quotation marks (`"`) around these values:
25+
26+
```terminal
27+
<magento root directory>/dev/tests/acceptance/tests/functional.suite.yml
28+
```
29+
1. Add quotation marks (`"`) around these values:
30+
2931
1. `%SELENIUM_HOST%`
30-
2. `%SELENIUM_PORT%`
31-
3. `%SELENIUM_PROTOCOL%`
32-
4. `%SELENIUM_PATH%`
33-
3. Run the `vendor/bin/mftf build:project` command again.
34-
4. You should see the AcceptanceTester class is created at:
35-
```terminal
32+
1. `%SELENIUM_PORT%`
33+
1. `%SELENIUM_PROTOCOL%`
34+
1. `%SELENIUM_PATH%`
35+
36+
1. Run the `vendor/bin/mftf build:project` command again.
37+
1. You should see the AcceptanceTester class is created at:
38+
39+
```terminal
3640
<magento root directory>/vendor/magento/magento2-functional-testing-framework/src/Magento/FunctionalTestingFramework/AcceptanceTester.php
37-
```
41+
```
3842

3943
## WebDriver issues
4044

@@ -51,7 +55,7 @@ No active session with ID e56f9260-b366-11e7-966b-db3e6f35d8e1
5155

5256
#### Reason
5357

54-
Use of PhantomJS is not actually supported by the MFTF.
58+
Use of PhantomJS is not supported by the MFTF.
5559

5660
#### Solution
5761

@@ -83,7 +87,7 @@ Tests that use the `moveMouseOver` action cause an error when run locally.
8387

8488
#### Reason
8589

86-
There's a compatibility issue with Codeception's `moveMouseOver` function and GeckoDriver with Firefox.
90+
There is a compatibility issue with Codeception's `moveMouseOver` function and GeckoDriver with Firefox.
8791

8892
#### Solution
8993

0 commit comments

Comments
 (0)