function LegalScrollBoxCSSDisplayTestCase::testScrollBoxCSSDisplay in Legal 7
Same name and namespace in other branches
- 6.8 legal.test \LegalScrollBoxCSSDisplayTestCase::testScrollBoxCSSDisplay()
- 7.2 legal.test \LegalScrollBoxCSSDisplayTestCase::testScrollBoxCSSDisplay()
Test "Scroll Box CSS" display.
File
- ./
legal.test, line 212 - 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->edit['conditions[value]'], 'T&C text displayed');
}