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, [