summaryrefslogtreecommitdiffstats
path: root/apps/theming/tests/lib
diff options
context:
space:
mode:
Diffstat (limited to 'apps/theming/tests/lib')
-rw-r--r--apps/theming/tests/lib/controller/ThemingControllerTest.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/apps/theming/tests/lib/controller/ThemingControllerTest.php b/apps/theming/tests/lib/controller/ThemingControllerTest.php
index 253c263916f..0cbf125d8fd 100644
--- a/apps/theming/tests/lib/controller/ThemingControllerTest.php
+++ b/apps/theming/tests/lib/controller/ThemingControllerTest.php
@@ -486,7 +486,7 @@ class ThemingControllerTest extends TestCase {
->willReturn('text/svg');
$expectedData = '#body-login {background-image: url(\'./loginbackground?v=0\');}' . "\n";
- $expectedData .= 'firstrunwizard .firstrunwizard-header {' .
+ $expectedData .= '#firstrunwizard .firstrunwizard-header {' .
'background-image: url(\'./loginbackground?v=0\');' .
'}' . "\n";
@@ -559,7 +559,7 @@ class ThemingControllerTest extends TestCase {
'}' . "\n"
);
$expectedData .= '#body-login {background-image: url(\'./loginbackground?v=0\');}' . "\n";
- $expectedData .= 'firstrunwizard .firstrunwizard-header {' .
+ $expectedData .= '#firstrunwizard .firstrunwizard-header {' .
'background-image: url(\'./loginbackground?v=0\');' .
'}' . "\n";
$expected = new Http\DataDownloadResponse($expectedData, 'style', 'text/css');
@@ -631,7 +631,7 @@ class ThemingControllerTest extends TestCase {
'}' . "\n"
);
$expectedData .= '#body-login {background-image: url(\'./loginbackground?v=0\');}' . "\n";
- $expectedData .= 'firstrunwizard .firstrunwizard-header {' .
+ $expectedData .= '#firstrunwizard .firstrunwizard-header {' .
'background-image: url(\'./loginbackground?v=0\');' .
'}' . "\n";
$expectedData .= '#header .header-appname, #expandDisplayName { color: #000000; }' . "\n";