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.get('.list-group-item').should('be.visible');
 
 
           cy.scrollTo('top');
           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`);
           cy.screenshot(`${ssPrefix}recent-changes-1-access-to-recent-changes`);
         });
         });
 
 
@@ -169,6 +170,7 @@ describe('Access to sidebar', () => {
           });
           });
 
 
           cy.scrollTo('top');
           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`);
           cy.screenshot(`${ssPrefix}recent-changes-2-switch-content-size`);
         });
         });
       });
       });