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: Replace Aromatize/Dearomatize operations with valid helper functions #6046

Open
AlexeyGirin opened this issue Dec 3, 2024 · 0 comments · May be fixed by #6187
Open

Autotests: Replace Aromatize/Dearomatize operations with valid helper functions #6046

AlexeyGirin opened this issue Dec 3, 2024 · 0 comments · May be fixed by #6187
Assignees
Labels
Autotests refactor Code refactoring, without changing the functionality
Milestone

Comments

@AlexeyGirin
Copy link
Collaborator

Identify all Aromatize/Dearomatize operations made by keyboard Alt+A, Control+Alt+A and by using methods
selectTopPanelButton(TopPanelButton.Aromatize, page), selectTopPanelButton(TopPanelButton.Dearomatize, page)
and replace them with proper methods (create them if needed)

Do not forget to wrap it into

    await waitForSpinnerFinishedWork(
      page,
      async () => await selectTopPanelButton(TopPanelButton.Aromatize, page),
    );
@AlexeyGirin AlexeyGirin added refactor Code refactoring, without changing the functionality Autotests labels Dec 3, 2024
@AlexeyGirin AlexeyGirin added this to the Autotests milestone Dec 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Autotests refactor Code refactoring, without changing the functionality
Projects
None yet
2 participants