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

refactor: Improve time and use waitForSelector in globalVariables.spec.ts #4619

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

anovazzi1
Copy link
Contributor

This pull request refactors the globalVariables.spec.ts file to improve the execution time and utilize the waitForSelector function. Previously, there were unnecessary timeouts in the code, which have been replaced with waitForSelector calls. This change ensures that the code waits for specific elements to appear before proceeding, resulting in more efficient and reliable tests.

@dosubot dosubot bot added the size:XS This PR changes 0-9 lines, ignoring generated files. label Nov 14, 2024
@github-actions github-actions bot added the refactor Maintenance tasks and housekeeping label Nov 14, 2024
Copy link
Contributor

@ogabrielluiz ogabrielluiz left a comment

Choose a reason for hiding this comment

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

LGTM

@dosubot dosubot bot added the lgtm This PR has been approved by a maintainer label Nov 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
lgtm This PR has been approved by a maintainer refactor Maintenance tasks and housekeeping size:XS This PR changes 0-9 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants