diff --git a/pages/API/get-current-pages/get-current-pages.test.js b/pages/API/get-current-pages/get-current-pages.test.js
index fe8113428119090b24b469b566d855ceb8c8d85c..227cd677cbfd611df8f638948ecb7d06bab27e9a 100644
--- a/pages/API/get-current-pages/get-current-pages.test.js
+++ b/pages/API/get-current-pages/get-current-pages.test.js
@@ -66,10 +66,6 @@ describe('getCurrentPages', () => {
const res = await page.callMethod('check$page')
expect(res).toBe(true)
})
- it('eventBus', async () => {
- const res = await page.callMethod('checkEventBus')
- expect(res).toBe(true)
- })
it('getParentPage', async () => {
const res = await page.callMethod('checkGetParentPage')
expect(res).toBe(true)
diff --git a/pages/API/get-current-pages/get-current-pages.uvue b/pages/API/get-current-pages/get-current-pages.uvue
index a3179829d077c819e64a7d9aa6f59c0dc14b6ca3..0fe60f32a4260aa8e30a9065e6ca0e4d7ab6d640 100644
--- a/pages/API/get-current-pages/get-current-pages.uvue
+++ b/pages/API/get-current-pages/get-current-pages.uvue
@@ -13,7 +13,6 @@
-