Skip to content

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

@s-cortes

Description

@s-cortes

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions