Просмотр исходного кода

added { scrollBehavior: false }

Shun Miyazawa 3 лет назад
Родитель
Сommit
df8e7ffce9

+ 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}'