From 6b4518fc4e920e6fdf9996e850765e4d2181bf55 Mon Sep 17 00:00:00 2001 From: aaron Date: Sun, 13 Oct 2024 23:11:36 -0500 Subject: [PATCH] fix: update copy share url test to not intermittently fail --- tests/Filament/PresentationResourceTest.php | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/Filament/PresentationResourceTest.php b/tests/Filament/PresentationResourceTest.php index 6cef12e..514cee9 100644 --- a/tests/Filament/PresentationResourceTest.php +++ b/tests/Filament/PresentationResourceTest.php @@ -451,6 +451,7 @@ it('can copy the share url of a published presentation', function () { $record = Model::factory()->create([ 'user_id' => $this->nonAdmin->id, + 'is_published' => true, ]); livewire(EditResource::class, [