Codeception / Codeception/lib-innerbrowser
seeOptionIsSelected should also accept value not only text
Ouverte
- Langage dominant
- PHP
- Étoiles
- 87
- Forks
- 20
- Métriques de merge des PR
- Aucune PR mergée en 30 j
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.
Guide de contribution
Aucun guide de contribution indexé pour ce dépôt
Évaluation
Cette issue n'a pas encore été évaluée.