The run button stays running
- Lenguaje dominante
- JavaScript
- Estrellas
- 84
- Forks
- 30
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
#### What are you trying to achieve?
I run 1 test, it runs well. I want to run 1 other test, but the run button is frozen on a running state.

#### What do you get instead?
I would like the run button to be reset at the end of the test so that I can start another test.
### Environment info
- Copy and paste your environment info by using `npx codeceptjs info`
```js
Environment information:-
codeceptVersion: "3.0.3"
nodeInfo: 14.15.0
osInfo: macOS 10.15.7
cpuInfo: (8) x64 Intel(R) Core(TM) i5-8257U CPU @ 1.40GHz
chromeInfo: 87.0.4280.88
edgeInfo: 87.0.664.52
firefoxInfo: 80.0.1
safariInfo: 14.0.2
helpers: {
"WebDriver": {
"url": "http://localhost:3000",
"browser": "chrome"
},
"REST": {
"endpoint": "http://localhost:3001"
},
"MockHelper": {
"require": "./helpers/MockHelper.ts"
}
}
plugins: {
"screenshotOnFail": {
"enabled": true
},
"pauseOnFail": {},
"wdio": {
"enabled": true,
"services": [
"selenium-standalone"
]
},
"retryFailedStep": {
"enabled": true
},
"tryTo": {
"enabled": true
}
}
```
Guía de contribución
Línea de trabajo
No se identifica ningún archivo fuente, prueba ni punto de entrada. Reproduce el problema ejecutando una prueba y luego intentando iniciar otra, sigue el estado del botón de ejecución a través del flujo de ejecución de pruebas de la UI y verifica que se restablezca cuando termine la prueba para que pueda iniciarse otra.
Escrito por el modelo de indexación a partir del texto del issue.
Evaluación
- Stack tecnológico
- javascript
- Área
- frontend, testing
- Tipo de issue
- Error
- Dificultad
- 3/5
- Tiempo estimado
- 1-2 días
- Estado de actividad
- Estancado
- Claridad
- Bastante claro
- Aptitud para principiantes
- 35/100