Skip to content

Commit

Permalink
#3019 - Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
nanoblit committed Aug 29, 2023
1 parent 98f441f commit 8134811
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ketcher-autotests/tests/utils/selectors/templateModal.ts
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ export async function selectUserTemplatesAndPlaceInTheMiddle(
) {
await pressButton(page, STRUCTURE_LIBRARY_BUTTON_NAME);
await page.getByRole('tab', { name: 'Template Library' }).click();
await page.getByRole('button', { name: 'Aromatics (17)' }).click();
await page.getByRole('button', { name: 'Aromatics' }).click();
await selectUserTemplate(itemToChoose, page);
await clickInTheMiddleOfTheScreen(page);
}
Expand Down

0 comments on commit 8134811

Please sign in to comment.