From d8837a8040ec6c5ee710b318f060f06ca8049dc5 Mon Sep 17 00:00:00 2001 From: Joel Einbinder Date: Thu, 12 Nov 2020 02:33:04 -0800 Subject: [PATCH] fix(docs): add tap to actionability (#4413) --- docs/actionability.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/actionability.md b/docs/actionability.md index 720f6f7242..6e7e133019 100644 --- a/docs/actionability.md +++ b/docs/actionability.md @@ -8,7 +8,7 @@ Some actions like `page.click()` support `{force: true}` option that disable non | Actions | Performed checks | | ------ | ------- | -| `check()`
`click()`
`dblclick()`
`uncheck()` | [Visible]
[Stable]
[Enabled]
[Receiving Events]
[Attached] | +| `check()`
`click()`
`dblclick()`
`tap()`
`uncheck()` | [Visible]
[Stable]
[Enabled]
[Receiving Events]
[Attached] | | `hover()` | [Visible]
[Stable]
[Receiving Events]
[Attached] | | `fill()` | [Visible]
[Enabled]
[Editable]
[Attached] | | `dispatchEvent()`
`focus()`
`press()`
`setInputFiles()`
`selectOption()`
`type()` | [Attached] |