소스 검색

add comment

jam411 3 년 전
부모
커밋
84ea8e70f6
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      packages/app/test/cypress/integration/50-sidebar/access-to-side-bar.spec.ts

+ 2 - 0
packages/app/test/cypress/integration/50-sidebar/access-to-side-bar.spec.ts

@@ -159,6 +159,7 @@ describe('Access to sidebar', () => {
           cy.get('.list-group-item').should('be.visible');
 
           cy.scrollTo('top');
+          // The scope of the capture is not narrowed because the blackout is shifted
           cy.screenshot(`${ssPrefix}recent-changes-1-access-to-recent-changes`);
         });
 
@@ -169,6 +170,7 @@ describe('Access to sidebar', () => {
           });
 
           cy.scrollTo('top');
+          // The scope of the capture is not narrowed because the blackout is shifted
           cy.screenshot(`${ssPrefix}recent-changes-2-switch-content-size`);
         });
       });