فهرست منبع

Update install.spec.ts

Modify backout options
Mudana-Grune 3 سال پیش
والد
کامیت
c2f6e31128
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      packages/app/test/cypress/integration/10-install/install.spec.ts

+ 1 - 1
packages/app/test/cypress/integration/10-install/install.spec.ts

@@ -53,7 +53,7 @@ context('Installing', () => {
     cy.getByTestid('btnSubmit').click();
     cy.getByTestid('btnSubmit').click();
 
 
     cy.screenshot(`${ssPrefix}-installed`, {
     cy.screenshot(`${ssPrefix}-installed`, {
-      blackout: ['#grw-sidebar-contents-wrapper','[data-line="2"]', 'data-hide-in-vrt="true"'],
+      blackout: ['#grw-sidebar-contents-wrapper','[data-line="2"]:eq(0) > a > img', 'data-hide-in-vrt="true"'],
     });
     });
   });
   });