Using an If to check that a string contains a certain substring

this is not working for me. When I set the if_v2 target to:

${!SCRAPE}.includes (“test”) == true

to search the variable SCRAPE for the word “test” I get this:

error]

Line 31: Error in condition of if_v2: Invalid or unexpected token.

What am I doing wrong?