소스 검색

improve VRT spec

Yuki Takei 4 년 전
부모
커밋
300faaf7be
1개의 변경된 파일0개의 추가작업 그리고 2개의 파일을 삭제
  1. 0 2
      packages/app/test/cypress/integration/2-basic-features/access-to-page.spec.ts

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

@@ -29,8 +29,6 @@ context('Access to page', () => {
 
   it('/Sandbox with anchor hash is successfully loaded', () => {
     cy.visit('/Sandbox#Headers');
-    cy.getByTestid('grw-fab-create-page').should('have.class', 'fadeInUp').should('be.visible');
-    cy.getByTestid('grw-fab-return-to-top').should('have.class', 'fadeInUp').should('be.visible');
     cy.screenshot(`${ssPrefix}-sandbox-headers`, {
       disableTimersAndAnimations: false,
     });