The run button stays running
- 主要言語
- JavaScript
- スター
- 84
- フォーク
- 30
- PR マージ指標
- 30日以内にマージされた PR はありません
説明
#### 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
}
}
```
コントリビューションガイド
調査の方向性
ソースファイル、テスト、またはエントリポイントが特定されていません。1つのテストを実行してから別のテストを実行しようとして問題を再現し、UIテスト実行フロー全体で実行ボタンの状態を追跡し、テストの終了時に別のテストを開始できるようリセットされることを確認してください。
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- javascript
- 領域
- frontend, testing
- issue の種類
- バグ
- 難易度
- 3/5
- 見積もり時間
- 1〜2日
- 活発さ
- 停滞
- 明瞭さ
- おおむね明確
- 初心者へのやさしさ
- 35/100