david-beltran
3 years agoOccasional Contributor
Property checkpoint expecting bolded text
Currently using a Property Checkpoint to determine if a sentence on a page says "You are enrolled in auto pay." or "You are not enrolled in auto pay.". With the word not being bolded the keyword test...
- 3 years ago
Hi,
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.)