Skip to content

Commit 148169e

Browse files
committed
change: test>FaqsPluginTest, 画面表示がおいつかない場合があるので、ちょっと待つ
1 parent 9186c36 commit 148169e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/Browser/User/FaqsPluginTest.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,9 @@ private function index()
8585
$this->logout();
8686

8787
$this->browse(function (Browser $browser) {
88+
// 画面表示がおいつかない場合があるので、ちょっと待つ
89+
$browser->pause(500);
90+
8891
$browser->visit('/test/faq')
8992
->click('#categories_id_' . $this->test_frame->id)
9093
->pause(500)

0 commit comments

Comments
 (0)