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 Clear canvas operations with valid helper function #6002

Open
AlexeyGirin opened this issue Nov 21, 2024 · 0 comments
Open
Assignees
Milestone

Comments

@AlexeyGirin
Copy link
Collaborator

AlexeyGirin commented Nov 21, 2024

Identify allClear canvas operations made by keyboard Control+Delete and by using methods selectTopPanelButton(TopPanelButton.Clear, page);
and replace them with selectClearCanvasTool(page); method

Recommendation: Try to search "page.keyboard.press(" in code
That could be page.keyboard.press('Control+Delete');
or page.keyboard.press('${modifier}+Delete'); or similar

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants