Skip to content

Commit

Permalink
Update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
rawilk committed Jan 22, 2024
1 parent e5d369b commit dfe740b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/Concerns/CanCopyToClipboardTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
registerComponent(CanCopyWithButton::class);

get('/_test')
->assertElementExists('.fi-pw-input-wrapper', function (AssertElement $wrapper) {
->assertElementExists('.fi-input-wrp', function (AssertElement $wrapper) {
$wrapper->contains('.fi-icon-btn', [
'text' => 'Copy to clipboard',
]);
Expand Down
2 changes: 1 addition & 1 deletion tests/Concerns/CanRegeneratePasswordTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
registerComponent(CanRegenerateWithButton::class);

get('/_test')
->assertElementExists('.fi-pw-input-wrapper', function (AssertElement $wrapper) {
->assertElementExists('.fi-input-wrp', function (AssertElement $wrapper) {
$wrapper->contains('.fi-icon-btn', [
'wire:click' => 'mountFormComponentAction(\'password\', \'regeneratePassword\')',
]);
Expand Down

0 comments on commit dfe740b

Please sign in to comment.