瀏覽代碼

commentout get fab code in VRT

Yuken Tezuka 3 年之前
父節點
當前提交
88fbb87dc9
共有 1 個文件被更改,包括 2 次插入1 次删除
  1. 2 1
      packages/app/test/cypress/integration/20-basic-features/access-to-page.spec.ts

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

@@ -18,8 +18,9 @@ context('Access to page', () => {
   it('/Sandbox with anchor hash is successfully loaded', () => {
     cy.visit('/Sandbox#Headers');
 
+    // commentout because fab is not display now
     // hide fab
-    cy.getByTestid('grw-fab-container').invoke('attr', 'style', 'display: none');
+    // cy.getByTestid('grw-fab-container').invoke('attr', 'style', 'display: none');
 
     // remove animation for screenshot
     // remove 'blink' class because ::after element cannot be operated