소스 검색

rm unnecessary code

Shun Miyazawa 4 달 전
부모
커밋
2f51823cab
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      apps/app/playwright/50-sidebar/access-to-sidebar.spec.ts

+ 0 - 1
apps/app/playwright/50-sidebar/access-to-sidebar.spec.ts

@@ -29,7 +29,6 @@ test.describe('Access to sidebar', () => {
   test('Successfully access to custom sidebar', async ({ page }) => {
     await page.getByTestId('grw-sidebar-nav-primary-custom-sidebar').click();
     await expect(page.getByTestId('grw-sidebar-contents')).toBeVisible();
-    await expect(page.locator('.grw-sidebar-content')).toBeVisible();
 
     // Check if edit_note icon is visible within the button
     const editNoteIcon = page