Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--site/app/tests/views/developers/index.test.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/site/app/tests/views/developers/index.test.php b/site/app/tests/views/developers/index.test.php
index 784947f..0b4e910 100644
--- a/site/app/tests/views/developers/index.test.php
+++ b/site/app/tests/views/developers/index.test.php
@@ -48,7 +48,7 @@ class DevelopersIndexTest extends WebTestHelper {
function testRemoraPage() {
//just checks if the page works or not
- $this->assertWantedPattern('/My Add-ons/i', 'Header detected');
+ $this->assertWantedPattern('/My Activities/i', 'Header detected');
}
function testDisplay() {