@@ -375,7 +386,7 @@ function moveBlockToRegion($block, $region) {
$this->assertText(t('The block settings have been updated.'),format_string('Block successfully moved to %region_name region.',array('%region_name'=>$region)));
// Confirm that the block is being displayed.
$this->drupalGet('node');
$this->drupalGet('');
$this->assertText(t($block['title']),'Block successfully being displayed on the page.');
// Confirm that the custom block was found at the proper region.