Hello! Can someone help me to understand why the check doesn't work for me:
I tried in two ways:
1: $this->getSession()->getPage()->checkField("I want an open return");
2: $this->getSession()->getPage()->find("css", "input[type=checkbox].sr-only")->check();
They doesn't return error but doesn't check it.