diff --git a/module/VuFind/tests/integration-tests/src/VuFindTest/Mink/FeedbackTest.php b/module/VuFind/tests/integration-tests/src/VuFindTest/Mink/FeedbackTest.php index bda8668755aab33ced0597c696676ee74f56397d..b816448e040ec3804f647f4bcb41a0c89724fdc9 100644 --- a/module/VuFind/tests/integration-tests/src/VuFindTest/Mink/FeedbackTest.php +++ b/module/VuFind/tests/integration-tests/src/VuFindTest/Mink/FeedbackTest.php @@ -107,7 +107,7 @@ class FeedbackTest extends \VuFindTest\Unit\MinkTestCase $this->findCss($page, '#modal .form-control[name="name"]')->setValue('Me'); $this->findCss($page, '#modal .form-control[name="email"]') ->setValue('test@test.com'); - $this->findCss($page, "#modal #comments")->setValue('test test test'); + $this->findCss($page, "#modal #message")->setValue('test test test'); $this->findCss($page, '#modal input[type="submit"]')->click(); $this->snooze(); $this->assertEquals(