Skip to content

Commit

Permalink
fix: update copy share url test to not intermittently fail
Browse files Browse the repository at this point in the history
  • Loading branch information
alkrauss48 committed Oct 14, 2024
1 parent 65c2fb5 commit 6b4518f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/Filament/PresentationResourceTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -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, [
Expand Down

0 comments on commit 6b4518f

Please sign in to comment.