| Auto-Submit | +1 |
| Commit-Queue | +1 |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Code-Review | +1 |
can you test in safari and this code selecting directory with a lot of files, or very big files?
Choose Filesoptional: you can use grit plural syntax to keep only one message. something like
```
<message name="IDS_IOS_FILE_UPLOAD_PANEL_CHOOSE_FILE_ACTION_LABEL" desc="Title for a single file chooser button used in HTML forms. [iOS only]">
{count, plural,
=1 {{Choose File}}
other {{Choose Files}}}
</message>
```
if (self.allowsDirectorySelection) {can you have directory and other types?
EXPECT_TRUE(mediator.allowsMultipleSelection);should you check allowsMultipleSelection, acceptedDocumentTypes and allowsDirectorySelection on all those tests?
[serviceApp.cells[@"On My iPhone"] waitForExistenceWithTimeout:10],does this work on iPad?
Report whether the user finished picking from the file picker or instead didHere and others: add more context (when choosing a file to upload...)
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |