Tests: Try to fix timing issue

pull/7186/head
Aleksander Machniak 4 years ago
parent d1b61410fc
commit e4281ae6d4

@ -77,7 +77,7 @@ class ResponsesTest extends \Tests\Browser\TestCase
if ($browser->isPhone()) {
$browser->assertVisible('#layout-content .header a.back-list-button')
->assertVisible('#layout-content .footer .buttons a.button.submit')
->waitFor('#layout-content .footer .buttons')
->click('#layout-content .footer .buttons a.button.submit');
}

Loading…
Cancel
Save