Skip to content

Commit 8470d0c

Browse files
committed
test: FormsPluginTest, アンケートの項目追加でphp74時、ヤンバルクイナは好きですか? が登録されないケースがあったため、少し待つ処理を追加
1 parent 0eaf31e commit 8470d0c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/Browser/User/FormsPluginTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -586,6 +586,7 @@ private function editColumnOneQ(&$browser, $columns)
586586
{
587587
foreach ($columns as $column_name => $column_attr) {
588588
$browser->visit('/plugin/forms/editColumn/' . $this->test_frame->page_id . '/' . $this->test_frame->id . '#frame-' . $this->test_frame->id)
589+
->pause(500)
589590
->driver->executeScript('tinyMCE.get(0).setContent(\'' . $column_name . '\')');
590591

591592
// executeScriptした後は一度、メソッドチェーンを切らないと、次のメソッドでエラーが出る(ワーニングとかが出ている??)

0 commit comments

Comments
 (0)