I'm currently working on a test that needs to change the state of a checkbox from check to unchecked but can't seem to find a way to make the state change in the test.
I have tried the Cruciatus.Element.Extension Checkbox methods of Check() and Uncheck() but the action is not performed.
I'm currently working on a test that needs to change the state of a checkbox from check to unchecked but can't seem to find a way to make the state change in the test.
I have tried the Cruciatus.Element.Extension Checkbox methods of Check() and Uncheck() but the action is not performed.
What am I missing to make this work?