Skip to content

Commit

Permalink
Fix broken test
Browse files Browse the repository at this point in the history
  • Loading branch information
agentphoenix committed Aug 21, 2024
1 parent c2250f0 commit 3b7461f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/Feature/Roles/ManageRolesTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@
$roleWithPermission->givePermission(Permission::first());

livewire(RolesList::class)
->set('tableRecordsPerPage', 100)
->filterTable('has_permissions', true)
->assertCanSeeTableRecords([$roleWithPermission])
->resetTableFilters()
Expand Down

0 comments on commit 3b7461f

Please sign in to comment.