Skip to content

Commit

Permalink
Update ComponentTest.php
Browse files Browse the repository at this point in the history
  • Loading branch information
schmeits committed Apr 24, 2024
1 parent e731bdd commit e888e1a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/ComponentTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

it('show the default character counter', function () {
livewire(Schmeits\FilamentCharacterCounter\Tests\Fixtures\Livewire::class)
->assertSeeText(' / 100 characters')
->assertSeeText(' / 50 characters')
->assertSeeText(' characters');
->assertSeeText(' / 100')
->assertSeeText(' / 50')
->assertSeeText('characters');
});

0 comments on commit e888e1a

Please sign in to comment.