Skip to content

Commit

Permalink
Autotests: #5558 - Export to SVG of ambiguous monomers 2
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexeyGirin committed Sep 30, 2024
1 parent 9c4b9bf commit eda2a01
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ import {
switchSequenceEnteringButtonType,
SequenceType,
selectClearCanvasTool,
pressButton,
} from '@utils';
import { pageReload } from '@utils/common/helpers';
import { turnOnMacromoleculesEditor } from '@utils/macromolecules';
Expand Down Expand Up @@ -119,7 +120,8 @@ test.describe('Saving in .svg files', () => {
},
{
// Test task: https://github.com/epam/ketcher/issues/5558
filename: 'KET/Peptides (that have mapping to library, mixed).ket',
filename:
'KET/Ambiguous-monomers/Peptides (that have mapping to library, mixed).ket',
description: '8. Peptides (that have mapping to library, mixed)',
},
{
Expand Down Expand Up @@ -166,6 +168,8 @@ test.describe('Saving in .svg files', () => {
await chooseFileFormat(page, 'SVG Document');

await takeEditorScreenshot(page);

await pressButton(page, 'Cancel');
});
}

Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit eda2a01

Please sign in to comment.