Commit 2a94b1f
committed
test: restore autofocus semantics in focused-element write tests
Remove explicit focus() calls from 'into focused element' and 'should
enter emoji char into focused element' tests. These tests verify that
write() targets the element with default/autofocus, not one explicitly
focused via focus(). The waitForNavigation: true in beforeEach is
sufficient for CI stability (confirmed by 17 consecutive green runs).
focus() is kept in the hideText block where it is necessary alongside
beforeEach goto() to ensure the element exists on a fresh page.
Signed-off-by: winst0niuss <chumachenko.vadym@gmail.com>1 parent 479f7de commit 2a94b1f
1 file changed
Lines changed: 0 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
81 | 81 | | |
82 | 82 | | |
83 | 83 | | |
84 | | - | |
85 | 84 | | |
86 | 85 | | |
87 | 86 | | |
88 | 87 | | |
89 | 88 | | |
90 | 89 | | |
91 | 90 | | |
92 | | - | |
93 | 91 | | |
94 | 92 | | |
95 | 93 | | |
| |||
0 commit comments