Skip to content

Commit

Permalink
composer cs ran
Browse files Browse the repository at this point in the history
  • Loading branch information
chester-sykes committed Jan 10, 2025
1 parent 2169547 commit 060fc19
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
'role' => 'tab',
])
->class([
'fi-tabs-item group flex items-center justify-center gap-x-2 rounded-lg px-3 py-2 text-sm font-medium outline-none whitespace-nowrap transition duration-75',
'fi-tabs-item group flex items-center justify-center gap-x-2 whitespace-nowrap rounded-lg px-3 py-2 text-sm font-medium outline-none transition duration-75',
$inactiveItemClasses => (! $hasAlpineActiveClasses) && (! $active),
$activeItemClasses => (! $hasAlpineActiveClasses) && $active,
])
Expand Down
2 changes: 0 additions & 2 deletions tests/src/Tables/Filters/FilterTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,6 @@
->assertCanNotSeeTableRecords($unpublishedPosts);
});


it('can check if a filter is visible with assertTableFilterVisible', function (): void {
livewire(PostsTable::class)
->assertTableFilterVisible('is_published');
Expand All @@ -112,4 +111,3 @@
livewire(PostsTable::class)
->assertTableFilterHidden('hidden_filter');
});

0 comments on commit 060fc19

Please sign in to comment.