You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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);
The text was updated successfully, but these errors were encountered:
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);
The text was updated successfully, but these errors were encountered: