소스 검색

Update 20-basic-features--sticky-for-guest.spec.ts

https://youtrack.weseek.co.jp/issue/GW-7949
- Change check for element of grw-fab-return-to-top to have `invisible`
- Change screenshot name
Mudana-Grune 3 년 전
부모
커밋
18d4bd5ed7
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      apps/app/test/cypress/integration/20-basic-features/20-basic-features--sticky-for-guest.spec.ts

+ 2 - 2
apps/app/test/cypress/integration/20-basic-features/20-basic-features--sticky-for-guest.spec.ts

@@ -50,9 +50,9 @@ context('Access sticky sub navigation switcher and Fab for guest', () => {
        cy.scrollTo(0, 0);
 
        // wait until
-      return cy.getByTestid('grw-fab-return-to-top').then($elem => !$elem.hasClass('visible'));
+      return cy.getByTestid('grw-fab-return-to-top').then($elem => $elem.hasClass('invisible'));
     });
-    cy.screenshot(`${ssPrefix}fab-is-invisible-on-scroll-down`);
+    cy.screenshot(`${ssPrefix}fab-is-invisible-on-scroll-top`);
 
   });
 });