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

Autotests: #4712 - Set longer timeouts for wait control operations for heavy tests, set propper tags #4714

Conversation

AlexeyGirin
Copy link
Collaborator

@AlexeyGirin AlexeyGirin commented May 30, 2024

How the feature works? / How did you fix the issue?

(Screenshots, videos, or GIFs, if applicable)

Check list

  • unit-tests written
  • e2e-tests written
  • documentation updated
  • PR name follows the pattern #1234 – issue name
  • branch name doesn't contain '#'
  • PR is linked with the issue
  • base branch (master or release/xx) is correct
  • task status changed to "Code review"
  • reviewers are notified about the pull request

@AlexeyGirin AlexeyGirin requested review from rrodionov91 and removed request for StarlaStarla and ilya-asiyuk-epam June 16, 2024 18:52
Comment on lines 308 to 315
await waitForSpinnerFinishedWork(
page,
async () => await page.keyboard.press('Control+c'),
);

await waitForSpinnerFinishedWork(page, async () =>
page.keyboard.press('Control+v'),
);
Copy link
Collaborator

Choose a reason for hiding this comment

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

I would propose to wrap copy/cut/paste into helpers. to not write everytime

 await waitForSpinnerFinishedWork(page, async () =>
      page.keyboard.press('Control+v'),
    );

But write just

await copy(page)
await paste(page)

@AlexeyGirin AlexeyGirin requested a review from rrodionov91 June 20, 2024 12:57
@rrodionov91 rrodionov91 changed the title Autotests: #4712 - Set longer timeouts for wait control operations for heavy test… Autotests: #4712 - Set longer timeouts for wait control operations for heavy tests, set propper tags Jun 20, 2024
@rrodionov91 rrodionov91 merged commit 0173cf1 into master Jun 20, 2024
5 checks passed
@rrodionov91 rrodionov91 deleted the 4712-autotests-set-longer-timeouts-for-wait-control-operations-for-heavy-tests-set-propper-tags branch June 20, 2024 14:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Autotests: Set longer timeouts for wait control operations for heavy tests, set propper tags
2 participants