-
Notifications
You must be signed in to change notification settings - Fork 60
Open
Description
Comportamiento Esperado
Las pruebas aleatorias son ejecutas correctamente, sin errores generados por el script.
Comportamiento Actual
La herramienta genera el siguiente error de ejecución
Timed out retrying: cy.dblclick() failed because this element is not visible:
<input id="ember61" class="tesxt-field gh-input ember-view" type="text">
This element is not visible because it has CSS property position: fixed and it's being covered by another element:
<header class="gh-canvas-header gh-header-sticky">...<header/>
Fix this problem or use {force: true} to disable error checking
Pasos a Reproducir
Los siguientes pasos de reproducción de seben llevar a cabo durante la creación de la cuenta principal de la aplicación.
- Instalar Ghost-CLI utilizando el comando
npm install ghost-cli@latest - Crear una aplicación Ghost local con el comando
ghost install 3.3.0 --local - Abrir el repositorio y editar el archivo de configuración
monkey-config.jsoncon la siguiente información
{
"projectId":"TSDL-Monkey-with-cypress",
"baseUrl":"http://localhost:2368/ghost",
"env":{
"appName":"GHOST Application",
"events":200,
"delay":1000,
"seed":4679,
"pctClicks":25,
"pctScroll":1,
"pctSelectors":14,
"pctKeys":20,
"pctSpKeys":20,
"pctPgNav":20
},
"integrationFolder": "./cypress/integration/monkey",
"pluginsFile": "./cypress/plugins/index.js",
"pageLoadTimeout":120000,
"defaultCommandTimeout":120000,
"testFiles": "monkey.js",
"videosFolder":"./results"
}
- ejecutar las pruebas aleatorias utilizando el comando
npm run monkey
Evidencias
Contexto
- Ghost Version: 3.3.0
- Cypress Version: 4.12.1
- NodeJs: 12.22.1
- OS Edition: MacOS
- OS Version: 11.6.5
- Browser: Google Chrome 99.0.4844.84
Metadata
Metadata
Assignees
Labels
No labels
