Skip to content

Commit

Permalink
Reorder resolveFilters - Add computedDatasource
Browse files Browse the repository at this point in the history
  • Loading branch information
luanfreitasdev committed Mar 13, 2024
1 parent 9031aa7 commit f576f83
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/Feature/Filters/FilterSelectTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ public function filters(): array
it('property filter using computed datasource', function (string $component, object $params) {
livewire($component)
->call($params->theme)
->assertSee('Pastel de Nata')
->set('filters', filterSelect('category_id', 1))
->assertSee('Almôndegas ao Sugo')
->assertDontSee('Pastel de Nata');
Expand Down

0 comments on commit f576f83

Please sign in to comment.