From dfe740b24784683edc0c569898a44a655ae164eb Mon Sep 17 00:00:00 2001 From: Randall Wilk Date: Mon, 22 Jan 2024 12:04:09 -0600 Subject: [PATCH] Update tests --- tests/Concerns/CanCopyToClipboardTest.php | 2 +- tests/Concerns/CanRegeneratePasswordTest.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/Concerns/CanCopyToClipboardTest.php b/tests/Concerns/CanCopyToClipboardTest.php index d1281a5..fcc3e42 100644 --- a/tests/Concerns/CanCopyToClipboardTest.php +++ b/tests/Concerns/CanCopyToClipboardTest.php @@ -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', ]); diff --git a/tests/Concerns/CanRegeneratePasswordTest.php b/tests/Concerns/CanRegeneratePasswordTest.php index 1bb45a9..b93453c 100644 --- a/tests/Concerns/CanRegeneratePasswordTest.php +++ b/tests/Concerns/CanRegeneratePasswordTest.php @@ -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\')', ]);