Skip to content

Commit

Permalink
Fixed pest test.
Browse files Browse the repository at this point in the history
  • Loading branch information
Andreas Scheibel committed Dec 11, 2022
1 parent aa8919c commit 7e94519
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Forms/Components/TitleWithSlugInputTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
->assertSeeHtml('wire:model="data.slug"')
->assertSet('data.title', 'Persisted Title')
->assertSet('data.slug', 'persisted-slug')
->assertSeeHtml('<span class="mr-1">&shy;persisted-slug</span>');
->assertSeeHtml('<span class="mr-1">persisted-slug</span>');
});

it('fills view correctly with overwritten component parameters', function () {
Expand Down

0 comments on commit 7e94519

Please sign in to comment.