You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.json con la siguiente información
Se podría adicionar propiedades adicionales dentro de los archivo de configuración para generalizar el uso de los parámetros properties para los diferentes eventos aleatorios, con el fin de extender el uso de la herramienta sin tener que sobre escribir los scripts
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 checkingPasos 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.
npm install ghost-cli@latest
ghost install 3.3.0 --local
monkey-config.json
con la siguiente informaciónnpm run monkey
Evidencias
Contexto
The text was updated successfully, but these errors were encountered: