소스 검색

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,

Loading…
취소
저장