You are here

function LegalScrollBoxCSSDisplayTestCase::testScrollBoxCSSDisplay in Legal 6.8

Same name and namespace in other branches
  1. 7.2 legal.test \LegalScrollBoxCSSDisplayTestCase::testScrollBoxCSSDisplay()
  2. 7 legal.test \LegalScrollBoxCSSDisplayTestCase::testScrollBoxCSSDisplay()

Test "Scroll Box CSS" display.

File

./legal.test, line 168
Tests for Legal module.

Class

LegalScrollBoxCSSDisplayTestCase
Test Scroll Box CSS Display.

Code

function testScrollBoxCSSDisplay() {
  $this
    ->drupalGet('user/register');

  // Check presence of T&C text.
  $this
    ->assertText($this->conditions, 'T&C text displayed');
}