6988c3306b
I don't know why it happens, but I found a bug report about it with a solution: https://github.com/cypress-io/cypress/issues/4889 So let's check whether changing this setting solves this issue. Change-Id: If1f1162d9c7cfb4f68f816285644dc88b35f872b Reviewed-on: https://gerrit.libreoffice.org/c/online/+/91956 Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com> Reviewed-by: Tamás Zolnai <tamas.zolnai@collabora.com>
9 lines
261 B
JSON
9 lines
261 B
JSON
{
|
|
"integrationFolder" : "integration_tests",
|
|
"video" : false,
|
|
"pluginsFile" : "plugins/index.js",
|
|
"defaultCommandTimeout" : 6000,
|
|
"supportFile" : "support/index.js",
|
|
"ignoreTestFiles" : "*helper.js",
|
|
"modifyObstructiveCode": false
|
|
}
|