Explorar o código

Remove selector

https://youtrack.weseek.co.jp/issue/GW-7859
- Remove [data-hide-in-vrt="true"] selector, already defined in the default screenshot command
Mudana-Grune %!s(int64=3) %!d(string=hai) anos
pai
achega
2248d5fb26

+ 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"]:eq(0) > a > img', '[data-hide-in-vrt="true"]'],
+      blackout: ['#grw-sidebar-contents-wrapper','[data-line="2"]:eq(0) > a > img'],
     });
     });
   });
   });