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

#3734 - Macro: Displaying modified nucleotide chains in sequence representation #4288

Merged
merged 3 commits into from
Mar 20, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.
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.
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.
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.
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.
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ import {
selectSnakeLayoutModeTool,
selectFlexLayoutModeTool,
clickUndo,
startNewSequence,
} from '@utils';
import { turnOnMacromoleculesEditor } from '@utils/macromolecules';

Expand Down Expand Up @@ -201,7 +202,7 @@ test.describe('Sequence Mode', () => {
test('Open RNA in sequence mode, switch to snake mode and confirm that RNA chain layout is left-to-right', async ({
page,
}) => {
/*
/*
Test case: #3648
Description: RNA opened in sequence mode and RNA chain layout is left-to-right in snake mode.
*/
Expand All @@ -211,4 +212,19 @@ test.describe('Sequence Mode', () => {
await selectSnakeLayoutModeTool(page);
await takeEditorScreenshot(page);
});

test('Open modified RNA in sequence mode', async ({ page }) => {
/*
Test case: #3734
Description: Displaying modified nucleotide chains in sequence representation
*/
await selectSequenceLayoutModeTool(page);
await openFileAndAddToCanvasMacro(
'KET/modified-nucleotide-chain.ket',
page,
);
await takeEditorScreenshot(page);
await startNewSequence(page);
await takeEditorScreenshot(page);
});
});
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.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Loading