Project

General

Profile

Actions

action #115619

closed

action #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

Added by geor over 1 year ago. Updated over 1 year ago.

Status:
Resolved
Priority:
Normal
Assignee:
Target version:
Start date:
2022-08-22
Due date:
% Done:

0%

Estimated time:

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.

Actions #1

Updated by amanzini over 1 year ago

  • Status changed from New to In Progress
  • Assignee set to amanzini
Actions #3

Updated by JERiveraMoya over 1 year ago

  • Tags deleted (qe-yast-refinement)
Actions #4

Updated by amanzini over 1 year ago

  • Status changed from In Progress to Resolved
Actions

Also available in: Atom PDF