function LegalScrollBoxDisplayTestCase::testScrollBoxDisplay in Legal 6.8
Same name and namespace in other branches
- 7.2 legal.test \LegalScrollBoxDisplayTestCase::testScrollBoxDisplay()
- 7 legal.test \LegalScrollBoxDisplayTestCase::testScrollBoxDisplay()
Test "Scroll Box" display.
File
- ./
legal.test, line 131 - Tests for Legal module.
Class
- LegalScrollBoxDisplayTestCase
- Test Scroll Box Display.
Code
function testScrollBoxDisplay() {
$this
->drupalGet('user/register');
// Check presence of T&C text.
$this
->assertText($this->conditions, 'T&C text displayed');
}