Maybe is a typo, you used just one equal sign. To compare you should have
used == or ===. The expression should be ${ExpectedResult1}==TRUE

I suggest you to compare strings when using javascript, because if your
variable doesn't have the value type you expect it may lead to undesired
errors in you execution. Try this: '${ExpectedResult1}' === 'TRUE'

Hope it helps.

Reply via email to