diff --git a/module/VuFind/tests/integration-tests/src/VuFindTest/Mink/RecordActionsTest.php b/module/VuFind/tests/integration-tests/src/VuFindTest/Mink/RecordActionsTest.php index e6b57618fa4b10c3be01140fa52844a053987ffb..0c04a39f3d0b6fd28bf595d8e22cd2d0fab56b6a 100644 --- a/module/VuFind/tests/integration-tests/src/VuFindTest/Mink/RecordActionsTest.php +++ b/module/VuFind/tests/integration-tests/src/VuFindTest/Mink/RecordActionsTest.php @@ -292,7 +292,6 @@ class RecordActionsTest extends \VuFindTest\Unit\MinkTestCase $page = $this->gotoRecord(); // Click SMS $this->findCss($page, '#sms-record')->click(); - $this->findCss($page, '.modal #sms_to'); // Type invalid phone numbers // - too empty $this->findCss($page, '.modal #sms_to')->setValue('');