From f9c98108db3839f8b0f58fe5b11e1c1a2d9316b5 Mon Sep 17 00:00:00 2001 From: Jonny Barnes Date: Sat, 18 Mar 2017 21:39:13 +0000 Subject: [PATCH] Remove test associated with removed functionality --- tests/Browser/MicropubClientTest.php | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/tests/Browser/MicropubClientTest.php b/tests/Browser/MicropubClientTest.php index 25cece44..69562e53 100644 --- a/tests/Browser/MicropubClientTest.php +++ b/tests/Browser/MicropubClientTest.php @@ -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'); - }); - } }