Explorar o código

fix test & activation

Shun Miyazawa %!s(int64=2) %!d(string=hai) anos
pai
achega
704e0f85d6

+ 2 - 2
apps/app/src/components/Common/Dropdown/PageItemControl.test.tsx → apps/app/src/components/Common/Dropdown/PageItemControl.spec.tsx

@@ -5,12 +5,12 @@ import { PageItemControl } from './PageItemControl';
 
 
 
 
 describe('PageItemControl.tsx', () => {
 describe('PageItemControl.tsx', () => {
-  // TODO: https://redmine.weseek.co.jp/issues/138836 remove skip() after resolution
-  it.skip('Should trigger onClickRenameMenuItem() when clicking the rename button with pageInfo.isDeletable being "false"', async() => {
+  it('Should trigger onClickRenameMenuItem() when clicking the rename button with pageInfo.isDeletable being "false"', async() => {
     // setup
     // setup
     const onClickRenameMenuItemMock = vi.fn();
     const onClickRenameMenuItemMock = vi.fn();
 
 
     const pageInfo = {
     const pageInfo = {
+      isMovable: true,
       isV5Compatible: true,
       isV5Compatible: true,
       isEmpty: false,
       isEmpty: false,
       isDeletable: false,
       isDeletable: false,