Codeception / Codeception/lib-innerbrowser
seeOptionIsSelected should also accept value not only text
Open
- Dominant language
- PHP
- Stars
- 87
- Forks
- 20
- PR merge metrics
- No merged PRs in 30d
Description
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.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.