Skip to content

Commit

Permalink
#3208 - molfile name changing
Browse files Browse the repository at this point in the history
  • Loading branch information
Gayane Chilingaryan committed Sep 5, 2023
1 parent 90f66aa commit 170c3a2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion ketcher-autotests/tests/Indigo-Tools/Layout/layout.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,10 @@ test.describe('Indigo Tools - Layout', () => {
page,
}) => {
// Related Github issue: https://github.com/epam/ketcher/issues/3208
await openFileAndAddToCanvas('Molfiles-V2000/sbs_48.mol', page);
await openFileAndAddToCanvas(
'Molfiles-V2000/chloro-ethylamino-dimethyl-propoxy-propan-ol.mol',
page,
);
await selectTopPanelButton(TopPanelButton.Layout, page);
await takeEditorScreenshot(page);
});
Expand Down

0 comments on commit 170c3a2

Please sign in to comment.