diff options
author | Ferdinand Thiessen <opensource@fthiessen.de> | 2023-12-21 11:34:02 +0100 |
---|---|---|
committer | Ferdinand Thiessen <opensource@fthiessen.de> | 2023-12-21 14:56:40 +0100 |
commit | 59c982f31fc123bf4039b326ecc1ec999e52474b (patch) | |
tree | f7e84e361e9dfa9f2d9546c51d1020d14522504b /apps/files/tests/Controller/ViewControllerTest.php | |
parent | 0dcea036a7d8ce7b078d051c1752971ddef0473f (diff) | |
download | nextcloud-server-59c982f31fc123bf4039b326ecc1ec999e52474b.tar.gz nextcloud-server-59c982f31fc123bf4039b326ecc1ec999e52474b.zip |
fix(files): Adjust ID for skip content buttons
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
Diffstat (limited to 'apps/files/tests/Controller/ViewControllerTest.php')
-rw-r--r-- | apps/files/tests/Controller/ViewControllerTest.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/files/tests/Controller/ViewControllerTest.php b/apps/files/tests/Controller/ViewControllerTest.php index 1f8a609106f..8b6fc5a05a9 100644 --- a/apps/files/tests/Controller/ViewControllerTest.php +++ b/apps/files/tests/Controller/ViewControllerTest.php @@ -186,6 +186,8 @@ class ViewControllerTest extends TestCase { 'index', [ 'fileNotFound' => 0, + 'id-app-content' => '#app-content-vue', + 'id-app-navigation' => '#app-navigation-vue', ] ); $policy = new Http\ContentSecurityPolicy(); |