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 Undo/Redo operations with valid helper functions (part 3) #6267

Closed
AlexeyGirin opened this issue Jan 14, 2025 · 0 comments · Fixed by #6286
Closed

Autotests: Replace Undo/Redo operations with valid helper functions (part 3) #6267

AlexeyGirin opened this issue Jan 14, 2025 · 0 comments · Fixed by #6286
Assignees
Labels
Autotests refactor Code refactoring, without changing the functionality
Milestone

Comments

@AlexeyGirin
Copy link
Collaborator

Identify all Undo/Redo operations made by using methods
await page.getByTestId('undo').click();, await page.getByTestId('redo').click();
and replace them with
Undo operation ==> pressUndoButton(page)
Redo operation ==> pressRedoButton(page)
methods

@AlexeyGirin AlexeyGirin added refactor Code refactoring, without changing the functionality Autotests labels Jan 14, 2025
@AlexeyGirin AlexeyGirin added this to the Autotests milestone Jan 14, 2025
AlexeyGirin pushed a commit that referenced this issue Jan 20, 2025
…alid helper functions. (#6286)

* Undo/Redo operations have been replaced with the valid helper functions.

* A marker for running slow tests.
lmhs pushed a commit that referenced this issue Jan 29, 2025
…alid helper functions. (#6286)

* Undo/Redo operations have been replaced with the valid helper functions.

* A marker for running slow tests.
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