File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1114,7 +1114,7 @@ Returns **[Promise][13]<[Array][14]<[string][7]>>** attribute value
1114
1114
1115
1115
### handleDownloads
1116
1116
1117
- Handles a file download.Aa file name is required to save the file on disk.
1117
+ Handles a file download. A file name is required to save the file on disk.
1118
1118
Files are saved to "output" directory.
1119
1119
1120
1120
Should be used with [ FileSystem helper] [ 16 ] to check that file were downloaded correctly.
Original file line number Diff line number Diff line change @@ -1212,7 +1212,7 @@ class Playwright extends Helper {
1212
1212
}
1213
1213
1214
1214
/**
1215
- * Handles a file download.Aa file name is required to save the file on disk.
1215
+ * Handles a file download. A file name is required to save the file on disk.
1216
1216
* Files are saved to "output" directory.
1217
1217
*
1218
1218
* Should be used with [FileSystem helper](https://codecept.io/helpers/FileSystem) to check that file were downloaded correctly.
You can’t perform that action at this time.
0 commit comments