Skip to content

Commit

Permalink
Merge pull request #36 from fawzanm/patch-1
Browse files Browse the repository at this point in the history
Update TableViewTest.php
  • Loading branch information
Gustavinho authored Aug 22, 2020
2 parents 60c1ea8 + 3305b32 commit 87f2220
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Feature/TableViewTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ public function testDontSeeSearchInputIf()
public function testDontSeeFiltersButton()
{
Livewire::test(MockTableView::class)
->assertDontSee('Fiters');
->assertDontSee('Filters');
}

public function testSeeAllDataFoundBySearchInput()
Expand Down

0 comments on commit 87f2220

Please sign in to comment.