We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13ab573 commit 9351113Copy full SHA for 9351113
README.md
@@ -225,6 +225,7 @@ spectator.click(byText('Element'));
225
spectator.blur(SpectatorElement);
226
spectator.blur(byText('Element'));
227
```
228
+Note that if the element does not have focus, blur() may be ignored.
229
- `focus()` - Triggers a focus event:
230
```ts
231
spectator.focus(SpectatorElement);
docs/docs/events.md
@@ -21,6 +21,7 @@ spectator.click(byText('Element'));
21
22
23
24
25
26
27
0 commit comments