Skip to content

Commit ea9d4f8

Browse files
committed
address CR
1 parent 73b283e commit ea9d4f8

File tree

13 files changed

+2053
-1817
lines changed

13 files changed

+2053
-1817
lines changed

docs/helpers/Appium.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1139,7 +1139,7 @@ Returns **[Promise][6]<[string][5]>** attribute value
11391139

11401140
### saveScreenshot
11411141

1142-
Saves a screenshot to ouput folder (set in codecept.conf.ts or codecept.conf.js).
1142+
Saves a screenshot to output folder (set in codecept.conf.ts or codecept.conf.js).
11431143
Filename is relative to output folder.
11441144

11451145
```js

docs/helpers/Nightmare.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -794,7 +794,7 @@ Returns **void** automatically synchronized promise through #recorder
794794
795795
### saveElementScreenshot
796796
797-
Saves screenshot of the specified locator to ouput folder (set in codecept.conf.ts or codecept.conf.js).
797+
Saves screenshot of the specified locator to output folder (set in codecept.conf.ts or codecept.conf.js).
798798
Filename is relative to output folder.
799799
800800
```js
@@ -810,7 +810,7 @@ Returns **void** automatically synchronized promise through #recorder
810810
811811
### saveScreenshot
812812
813-
Saves a screenshot to ouput folder (set in codecept.conf.ts or codecept.conf.js).
813+
Saves a screenshot to output folder (set in codecept.conf.ts or codecept.conf.js).
814814
Filename is relative to output folder.
815815
Optionally resize the window to the full available page `scrollHeight` and `scrollWidth` to capture the entire page by passing `true` in as the second argument.
816816

docs/helpers/Playwright.md

Lines changed: 644 additions & 590 deletions
Large diffs are not rendered by default.

docs/helpers/Protractor.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1036,7 +1036,7 @@ Returns **void** automatically synchronized promise through #recorder
10361036
10371037
### saveElementScreenshot
10381038
1039-
Saves screenshot of the specified locator to ouput folder (set in codecept.conf.ts or codecept.conf.js).
1039+
Saves screenshot of the specified locator to output folder (set in codecept.conf.ts or codecept.conf.js).
10401040
Filename is relative to output folder.
10411041
10421042
```js
@@ -1052,7 +1052,7 @@ Returns **void** automatically synchronized promise through #recorder
10521052
10531053
### saveScreenshot
10541054
1055-
Saves a screenshot to ouput folder (set in codecept.conf.ts or codecept.conf.js).
1055+
Saves a screenshot to output folder (set in codecept.conf.ts or codecept.conf.js).
10561056
Filename is relative to output folder.
10571057
Optionally resize the window to the full available page `scrollHeight` and `scrollWidth` to capture the entire page by passing `true` in as the second argument.
10581058

0 commit comments

Comments
 (0)