Solved
Forum Discussion
david-beltran
3 years agoOccasional Contributor
How would I go about cleaning up the text if I'm taking it directly from a Property Checkpoint? My variable has the text without the bolded text. I tried to use '*not*' in my variable with the wildcards and it was still not able to compare them properly.
AlexKaras
Champion Level 2
3 years agoHi,
Store actual value into local variable and clean it (the value).
Then compare the cleaned value of the local variable with the expected value from the project variable. (I.e., in fact, do comparison of two variables.)