action #108803
Updated by geor over 2 years ago
### Motivation Module `yast2_snapper_ncurses.pm` fails because the snapshot is never highlighted, as can be seen here: https://openqa.suse.de/tests/8368512#step/yast2_snapper_ncurses/77 This is due to `send_key_until_needlematch`'s key `pgdn` no navigating as intended. ### Acceptance criteria **AC1**: Manually check which key to highlight the snapshot snapshots with. If `pgdn` no longer works, works investigate whether this is intended. **AC2**: Adjust `send_key_until_needlematch` of 'sub y2snapper_new_snapshot' so that the newly created snapshot is highlighted. highlighted, and the test passes.