function LegalScrollBoxCSSDisplayTestCase::testScrollBoxCSSDisplay in Legal 7.2
Same name and namespace in other branches
- 6.8 legal.test \LegalScrollBoxCSSDisplayTestCase::testScrollBoxCSSDisplay()
- 7 legal.test \LegalScrollBoxCSSDisplayTestCase::testScrollBoxCSSDisplay()
Test "Scroll Box CSS" display.
File
- ./
legal.test, line 232 - 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');
}