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: Create helper functions for Atom Properties window (and replace with it nessussary code) #6310

Open
AlexeyGirin opened this issue Jan 17, 2025 · 0 comments
Labels
Autotests refactor Code refactoring, without changing the functionality
Milestone

Comments

@AlexeyGirin
Copy link
Collaborator

AlexeyGirin commented Jan 17, 2025

Create helper functions for Atom Properties window and replace improper code with them.

You can identify such code using following lines for search:
await page.getByLabel('Label').fill('J%');
await page.getByLabel('Charge').fill('A');
await page.getByLabel('Isotope').fill('b');
await page.getByLabel('Atom').fill('F^^');
await page.getByLabel('Unsaturated').uncheck();
await page.getByLabel('Alias').fill(alias);

@AlexeyGirin AlexeyGirin added Autotests refactor Code refactoring, without changing the functionality labels Jan 17, 2025
@AlexeyGirin AlexeyGirin added this to the Autotests milestone Jan 20, 2025
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
Development

No branches or pull requests

1 participant