Actions
action #114412
closedAdd support for "wait_screen_change" with "no_wait" option to allow to use on cases like "wait for every character to be typed" size:M
Description
Motivation¶
As proposed in #109737 there are cases where we could use "wait_screen_change" but by default it waits for 0.5s which is wasteful if done too often in a row, e.g. in cases like "wait for every character to be typed". So same as in "check_screen/assert_screen" we should add support for the "no_wait" option or rethink how much time needs to be waited at all if not continuously checking.
Acceptance criteria¶
- AC1: "wait_screen_change" on a repeatedly updated screen waits significantly less than the current 0.5s
Suggestions¶
- Continue with https://github.com/os-autoinst/os-autoinst/pull/2109
- Optional: Make sure it works with https://github.com/os-autoinst/os-autoinst-distri-opensuse/pull/15173
Actions