Fix typo
Signed-off-by: Ben Hovinga <23349127+benhovinga@users.noreply.github.com>
This commit is contained in:
parent
eeca68ba97
commit
b8ad57c224
|
|
@ -217,7 +217,7 @@ await page.getByText('Item').click({ button: 'right' });
|
|||
// Shift + click
|
||||
await page.getByText('Item').click({ modifiers: ['Shift'] });
|
||||
|
||||
// Ctrl + click or Windows and Linux
|
||||
// Ctrl + click on Windows and Linux
|
||||
// Meta + click on macOS
|
||||
await page.getByText('Item').click({ modifiers: ['ControlOrMeta'] });
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue