Hi, thank you for your reply
I have written this in my assert:
Assert('Report Status'='Report Status'.Draft)
However I get this error:
Incompatible types for comparison. These types can't be compared: OptionSet(Report Status), OptionSetValue(Report Status).
Am I typing this wrong? The column name is Report Status and the choice is called Report Status aswell. Draft is one of the optionSet items.
Also, Is there anyway I will be able to specify which row of the table this is checking from - as that is crucial for my testing.