Test Data seems to have extra space when asserting

Log [error] Actual value ‘$8,000’ did not match ’ $8,000 ’

Value=${y}

why there is extra space?

stored data from csv

Hi @Lanz,

Just to clarify - there was no extra space in the CSV file, but the expected value had one inserted? Was there any space in the target column?

Hi Alex,

Sorry for the late response. I barely just learned to check forums here.

On the expected value (which is a test data from the CSV file I created) there was no extra space.
I manually wrote it as $8,000

Really hope there is an update for this. Thanks!