I currently have an issue where I need to wait for a checkbox / radio button to be "checked" before I proceed with my testing.
If I assert the checkbox is checked the test fails because it doesn't have the checked state immediately after the action.
How does one go about this through playwright commands. Yes I can add a hardcoded timeout, but I feel like there is a better way.