Remove test associated with removed functionality
This commit is contained in:
parent
d4a53329e7
commit
f9c98108db
1 changed files with 0 additions and 11 deletions
|
@ -33,15 +33,4 @@ class MicropubClientTest extends DuskTestCase
|
|||
$newNote = \App\Note::where('note', $note)->first();
|
||||
$newNote->forceDelete();
|
||||
}
|
||||
|
||||
public function test_client_page_updates_syndication()
|
||||
{
|
||||
$this->browse(function ($browser) {
|
||||
$browser->visit(route('micropub-client'))
|
||||
->assertDontSee('jonnybarnes on Twitter')
|
||||
->clickLink('Refresh Syndication Targets')
|
||||
->pause(5000)
|
||||
->assertSee('jonnybarnes on Twitter');
|
||||
});
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue