Codeception / Codeception/lib-innerbrowser
seeOptionIsSelected should also accept value not only text
- Lenguaje dominante
- PHP
- Estrellas
- 87
- Forks
- 20
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
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.
Guía de contribución
No hay ninguna guía de contribución indexada para este repositorio
Línea de trabajo
Start at the PHP Browser module's seeOptionIsSelected entry point and inspect how it currently matches an option. Done means the existing text argument still works and the option's value, such as "my-option-value", is also accepted; add or run the relevant tests if the repository provides them.
Escrito por el modelo de indexación a partir del texto del issue.
Evaluación
- Stack tecnológico
- php
- Área
- testing
- Tipo de issue
- Nueva funcionalidad
- Dificultad
- 2/5
- Tiempo estimado
- 1-3 horas
- Estado de actividad
- Estancado
- Claridad
- Bien especificado
- Aptitud para principiantes
- 45/100