From 8b2b829bcfd10ea56efcf9176fb014a1f0df9b35 Mon Sep 17 00:00:00 2001
From: Demian Katz <demian.katz@villanova.edu>
Date: Mon, 9 Nov 2015 13:49:22 -0500
Subject: [PATCH] Removed redundant line.

---
 .../integration-tests/src/VuFindTest/Mink/RecordActionsTest.php  | 1 -
 1 file changed, 1 deletion(-)

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 e6b57618fa4..0c04a39f3d0 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('');
-- 
GitLab