Skip to content

GX3-1612: Tools Qa Elements Dynamic Properties #607

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

Merged
merged 4 commits into from
Jan 24, 2024

Conversation

AndreaDev14
Copy link
Contributor

Summary Changes

  • Added 4 TCs for elements "Dynamic Properties"
  • Added the markdown

Test Results

Captura de pantalla 2024-01-22 124503
Captura de pantalla 2024-01-22 124606

Observations

  • None

@AndreaDev14 AndreaDev14 added the Needs Review Ready for review by the team. label Jan 22, 2024
@AndreaDev14 AndreaDev14 self-assigned this Jan 22, 2024
@ZwitterKaneda ZwitterKaneda added In Review Currently being evaluated by the reviewer. and removed Needs Review Ready for review by the team. labels Jan 23, 2024

it('GX3-1612 | TC2: Validate enabled element after 5 seconds', () => {
cy.get('#enableAfter').should('be.disabled');
cy.wait(5000);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hola Lilia, has realizado un buen trabajo en el test. Sin embargo, me gustaría hacerte una sugerencia en la parte donde utilizas cy.wait(5000). En lugar de eso, te recomendaría utilizar la opción timeout dentro de la función del get del elemento al que estás esperando. Esto se hace para que la espera sea "hasta" 5 segundos y no "durante" 5 segundos con el wait.

En lugar de:

cy.wait(5000)

Podrías utilizar:

cy.get('tuElemento', { timeout: 5000 })

Espero que esta sugerencia sea clara. Si tienes alguna pregunta o necesitas más ayuda, estoy aquí para ayudarte.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Entiendo. Realizaré los cambios. Gracias

@ZwitterKaneda ZwitterKaneda added Approved Approved and pending merge. and removed In Review Currently being evaluated by the reviewer. labels Jan 23, 2024
@ZwitterKaneda ZwitterKaneda merged commit 958ce90 into QA Jan 24, 2024
@AlexanderWindecker AlexanderWindecker deleted the GX3-1612-tools-qa-elements-dynamic-properties branch August 26, 2024 23:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Approved Approved and pending merge.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants