Commit 3f4f35c
test(e2e): use pressSequentially for email autocomplete field
fill() sets the value atomically without firing real keyboard events,
so NcSelect's @search handler (driven by vue-select's input event)
doesn't trigger reliably in CI where the component may still be
mounting. pressSequentially() types character by character, firing
actual keyboard events that vue-select observes consistently.
Also removes the workaround that waited for the form to close before
opening the second dialog, which was masking the same root cause.
Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>1 parent b8f9095 commit 3f4f35c
2 files changed
Lines changed: 4 additions & 8 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
47 | | - | |
| 47 | + | |
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
51 | | - | |
52 | | - | |
53 | 51 | | |
54 | 52 | | |
55 | 53 | | |
56 | 54 | | |
57 | | - | |
| 55 | + | |
58 | 56 | | |
59 | 57 | | |
60 | 58 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
47 | | - | |
| 47 | + | |
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
51 | | - | |
52 | | - | |
53 | 51 | | |
54 | 52 | | |
55 | 53 | | |
56 | 54 | | |
57 | | - | |
| 55 | + | |
58 | 56 | | |
59 | 57 | | |
60 | 58 | | |
| |||
0 commit comments