Skip to content

Commit

Permalink
コンフリクト解消
Browse files Browse the repository at this point in the history
  • Loading branch information
kurozumi committed Jul 21, 2022
1 parent dbb5442 commit 917d164
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion codeception/_support/Page/Admin/PluginManagePage.php
Original file line number Diff line number Diff line change
Expand Up @@ -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)']);

Expand Down

0 comments on commit 917d164

Please sign in to comment.