I store the text in the format
"№XXX"
storeText | css=span.ng-binding | order_number
I need to verify this text in the other location using:
verifyText | //div[@id='myorders']/div/table/tbody/tr[1]/td | ${order_number}.
The problem is that in that location this text is displayed without the symbol
"№" - "XXX"
only.
How i can to verify the match of this text?