diff options
Diffstat (limited to 'modules/dashboard/dashboard.test')
-rw-r--r-- | modules/dashboard/dashboard.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/dashboard/dashboard.test b/modules/dashboard/dashboard.test index 9c03d75c2..965caa897 100644 --- a/modules/dashboard/dashboard.test +++ b/modules/dashboard/dashboard.test @@ -65,7 +65,7 @@ class DashboardBlocksTestCase extends DrupalWebTestCase { $dashboard_regions = dashboard_region_descriptions(); // Ensure blocks can be placed in dashboard regions. - $this->drupalGet('admin/structure/dashboard'); + $this->drupalGet('admin/dashboard/configure'); foreach ($dashboard_regions as $region => $description) { $elements = $this->xpath('//option[@value=:region]', array(':region' => $region)); $this->assertTrue(!empty($elements), t('%region is an available choice on the dashboard block configuration page.', array('%region' => $region))); |