mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
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>
This commit is contained in:
parent
caa720cbaa
commit
d9e09d5883
1 changed files with 4 additions and 0 deletions
|
|
@ -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…
Reference in a new issue