Try adding a larger pause
This commit is contained in:
parent
aa72b1e489
commit
157de81d7e
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ class MicropubClientTest extends DuskTestCase
|
|||
$browser->visit(route('micropub-client'))
|
||||
->assertDontSee('jonnybarnes on Twitter')
|
||||
->clickLink('Refresh Syndication Targets')
|
||||
->pause(5000)
|
||||
->pause(10000)
|
||||
->assertSee('jonnybarnes on Twitter');
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue