diff --git a/web/app/components/plugins/readme-panel/index.spec.tsx b/web/app/components/plugins/readme-panel/index.spec.tsx index d636b18d71..fce91f872d 100644 --- a/web/app/components/plugins/readme-panel/index.spec.tsx +++ b/web/app/components/plugins/readme-panel/index.spec.tsx @@ -353,6 +353,7 @@ describe('ReadmeEntrance', () => { expect(currentPluginDetail).toEqual({ detail: mockDetail, showType: ReadmeShowType.drawer, + position: 'left', }) }) @@ -367,6 +368,7 @@ describe('ReadmeEntrance', () => { expect(currentPluginDetail).toEqual({ detail: mockDetail, showType: ReadmeShowType.modal, + position: 'left', }) }) })