We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
At present this will work for PHP Browser module:
$I->seeOptionIsSelected('#select', 'My Option Text');
but this will not:
$I->seeOptionIsSelected('#select', 'my-option-value');
It would AMAZING if the second worked.