action #115619
closedaction #107749: Send the correct number of keys in send_key_until_needlematch
Adjust send_key_until_needlematch `$counter` argument in testsuites, to match recent changes
Description
Motivation¶
Function send_key_until_needlematch
, instead of sending the specified key n
times, passed via argument, sends the key n+1
times before failing.
This is addressed in poo#107749 with this PR.
It is now needed to adjust all testsuites that make use of send_key_until_needlematch
by increasing the $counter
argument by one, if this argument is used.
Scope¶
Affects all testsuites that call testapi's send_key_until_needlematch
.
Acceptance criteria¶
AC1: Make sure that all testsuites that call send_key_until_needlematch
and pass the $counter
argument as n, now pass n+1.
Suggestion¶
Since the scope is so vast, it would be hard to do extensive verification runs. One recommendation is to do a small sample of verification runs.
Updated by amanzini about 2 years ago
- Status changed from New to In Progress
- Assignee set to amanzini
Updated by amanzini about 2 years ago
Updated by amanzini about 2 years ago
- Status changed from In Progress to Resolved