I try to check if a certain element contains the text with the value 40,00 €
or 40,00 Euro
.
Attempt:
regexp:40,00.+
Output:
verifyText on css=.price:nth-child(2) with value regexp:40,00 Failed: Actual value "40,00 €" did not match "regexp:40,00.+"