Details
-
Improvement
-
Resolution: Resolved
-
Neutral
-
None
-
None
Description
Currently we have
activationStatusToBe(ActivationStatus expectedActivationStatus, itemCaption)
which only works if the row with the matching "itemCaption" is visible.
I propose to iplement
activationStatusToBe(ActivationStatus expectedActivationStatus, path)
and it should work "always".
Internally it could do this:
- call #unselectAndReset
- call #selectRowByPath
Then the rest should be "peanuts"
Checklists
Acceptance criteria