Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cy.dblclick() Failed Because this Element is not Visible #23

Open
s-cortes opened this issue May 2, 2022 · 1 comment
Open

cy.dblclick() Failed Because this Element is not Visible #23

s-cortes opened this issue May 2, 2022 · 1 comment

Comments

@s-cortes
Copy link

s-cortes commented May 2, 2022

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.

  1. Instalar Ghost-CLI utilizando el comando npm install ghost-cli@latest
  2. Crear una aplicación Ghost local con el comando ghost install 3.3.0 --local
  3. Abrir el repositorio y editar el archivo de configuración monkey-config.json con 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"
}
  1. ejecutar las pruebas aleatorias utilizando el comando npm run monkey

Evidencias

Screen Shot 2022-05-01 at 9 50 55 PM

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
@s-cortes
Copy link
Author

s-cortes commented May 3, 2022

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant