Yuken Tezuka 3 лет назад
Родитель
Сommit
8b8b19756b

+ 1 - 1
packages/app/test/cypress/integration/20-basic-features/access-to-page.spec.ts

@@ -22,7 +22,7 @@ context('Access to page', () => {
     cy.getByTestid('grw-fab-container').invoke('attr', 'style', 'display: none');
 
     // remove animation for screenshot
-    cy.get('#Headers').invoke('removeClass', 'blink');
+    cy.get('#Headers').invoke('attr', 'style', 'animation: none');
 
     cy.screenshot(`${ssPrefix}-sandbox-headers`);
   });