diff --git a/codeception/_support/Page/Admin/PluginManagePage.php b/codeception/_support/Page/Admin/PluginManagePage.php index 6c4ad4794fb..76affc2d4c4 100644 --- a/codeception/_support/Page/Admin/PluginManagePage.php +++ b/codeception/_support/Page/Admin/PluginManagePage.php @@ -70,7 +70,7 @@ public function ストアプラグイン_削除($pluginCode, $message = '削除 $this->ストアプラグイン_ボタンクリック($pluginCode, '削除'); $this->tester->waitForElementVisible(['id' => 'officialPluginDeleteButton'], 60); $this->tester->click(['id' => 'officialPluginDeleteButton']); - $this->tester->waitForElementVisible(['css' => '#officialPluginDeleteModal > div > div > div.modal-footer > button:nth-child(3)'], 60); + $this->tester->waitForElementVisible(['css' => '#officialPluginDeleteModal > div > div > div.modal-footer > button:nth-child(3)'], 30); $this->tester->see($message, ['css' => '#officialPluginDeleteModal > div > div > div.modal-body.text-left > p']); $this->tester->click(['css' => '#officialPluginDeleteModal > div > div > div.modal-footer > button:nth-child(3)']);