소스 검색

added { scrollBehavior: false }

Shun Miyazawa 3 년 전
부모
커밋
df8e7ffce9
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      packages/app/test/cypress/integration/20-basic-features/20-basic-features--use-tools.spec.ts

+ 1 - 1
packages/app/test/cypress/integration/20-basic-features/20-basic-features--use-tools.spec.ts

@@ -442,7 +442,7 @@ context('Shortcuts', () => {
     });
   });
 
-  it('Successfully updating a page using a shortcut on a previously created page', () => {
+  it('Successfully updating a page using a shortcut on a previously created page', { scrollBehavior: false }, () => {
     const body1 = 'hello';
     const body2 = 'world';
     const savePageShortcutKey = '{ctrl+s}'