Skip to content

Commit

Permalink
doc: Fix typo in readme (#140)
Browse files Browse the repository at this point in the history
  • Loading branch information
t-richard authored Jan 24, 2024
1 parent a8fdf8e commit 4ad6074
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ $browser
->selectField('Type', 'Employee') // "select" single option
->selectField('Notification', ['Email', 'SMS']) // "select" multiple options
->attachFile('Photo', '/path/to/photo.jpg')
->attachFile('Photo', ['/path/to/photo1.jpg', '/path/to/photo2.jpg') // attach multiple files (if field supports this)
->attachFile('Photo', ['/path/to/photo1.jpg', '/path/to/photo2.jpg']) // attach multiple files (if field supports this)
->click('Submit')

// ASSERTIONS
Expand Down

0 comments on commit 4ad6074

Please sign in to comment.