浏览代码

test(cypress): Scroll element in the center of the view

This avoid elements to be hided by a fixed top bar.
Especially useful for the file list.

Signed-off-by: Louis Chemineau <louis@chmn.me>
tags/v29.0.0beta3
Louis Chemineau 2 个月前
父节点
当前提交
d9e09d5883
无法提取签名
共有 1 个文件被更改,包括 4 次插入0 次删除
  1. 4
    0
      cypress.config.ts

+ 4
- 0
cypress.config.ts 查看文件

@@ -32,6 +32,10 @@ export default defineConfig({
// faster video processing
videoCompression: false,

// Prevent elements to be scrolled under a top bar during actions (click, clear, type, etc). Default is 'top'.
// https://github.com/cypress-io/cypress/issues/871
scrollBehavior: 'center',

// Visual regression testing
env: {
failSilently: false,

正在加载...
取消
保存