diff options
Diffstat (limited to 'modules/profile/profile.test')
-rw-r--r-- | modules/profile/profile.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/profile/profile.test b/modules/profile/profile.test index 4ea8ee51a..fa0d959a6 100644 --- a/modules/profile/profile.test +++ b/modules/profile/profile.test @@ -314,7 +314,7 @@ class ProfileBlockTestCase extends DrupalWebTestCase { function testAuthorInformationBlock() { // Set block title to confirm that the interface is availble. - $this->drupalPost('admin/structure/block/configure/profile/author-information', array('title' => $this->randomName(8)), t('Save block')); + $this->drupalPost('admin/structure/block/manage/profile/author-information/configure', array('title' => $this->randomName(8)), t('Save block')); $this->assertText(t('The block configuration has been saved.'), t('Block configuration set.')); // Set the block to a region to confirm block is availble. |