Get table row and check if it contains some specific values #26640
Unanswered
Tockra
asked this question in
Questions and Help
Replies: 1 comment
-
Okay I found following solution. But I don't know if it is the best one:
This only works if "26.78 $" is unique and there is no with the same price but different Pos count and not containing "Cooler Kunde". |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I have a TR which following content in my application:
This row contains the information "Cooler Kunde", "1 Pos." and "26.78 $".
But the following test works get does not fail:
I would expect that it failes because there is no single line with all 3 information.
But it works. I think it is because there is a different 'tr' containing '2 Pos.'.
How do I need to change my test?
T
Beta Was this translation helpful? Give feedback.
All reactions