The run button stays running
- Langage dominant
- JavaScript
- Étoiles
- 84
- Forks
- 30
- Métriques de merge des PR
- Aucune PR mergée en 30 j
Description
#### 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
}
}
```
Guide de contribution
Ouvrir le guide de contribution
Piste de recherche
Aucun fichier source, test ou point d’entrée n’est identifié. Reproduisez le problème en exécutant un test, puis en essayant d’en lancer un autre, suivez l’état du bouton d’exécution tout au long du flux d’exécution des tests de l’UI et vérifiez qu’il est réinitialisé lorsque le test se termine afin qu’un autre test puisse démarrer.
Rédigé par le modèle d'indexation à partir du texte de l'issue.
Évaluation
- Stack technique
- javascript
- Domaine
- frontend, testing
- Type d'issue
- Bug
- Difficulté
- 3/5
- Temps estimé
- 1-2 jours
- Activité
- À l'abandon
- Clarté
- Plutôt claire
- Accessibilité débutants
- 35/100