diff --git a/core/modules/poll/lib/Drupal/poll/Tests/PollVoteTest.php b/core/modules/poll/lib/Drupal/poll/Tests/PollVoteTest.php index d6a9d37..63e79b3 100644 --- a/core/modules/poll/lib/Drupal/poll/Tests/PollVoteTest.php +++ b/core/modules/poll/lib/Drupal/poll/Tests/PollVoteTest.php @@ -39,7 +39,7 @@ class PollVoteTest extends PollTestBase { $this->assertText('Your vote was recorded.', 'Your vote was recorded.'); $this->assertText('Total votes: 1', 'Vote count updated correctly.'); $elements = $this->xpath('//input[@value="Cancel your vote"]'); - $this->assertTrue(isset($elements[0]), "'Cancel your vote' button appears."; + $this->assertTrue(isset($elements[0]), "'Cancel your vote' button appears."); $this->drupalGet("node/$poll_nid/votes"); $this->assertText(t('This table lists all the recorded votes for this poll. If anonymous users are allowed to vote, they will be identified by the IP address of the computer they used when they voted.'), 'Vote table text.');