Skip to content

Commit

Permalink
#6338 - Autotests: Replace all verify export to Sequence operations w…
Browse files Browse the repository at this point in the history
…ith verifyFileExport helper function
  • Loading branch information
AlinaLysenko committed Mar 10, 2025
1 parent 3094b12 commit fde42bf
Show file tree
Hide file tree
Showing 34 changed files with 713 additions and 4,756 deletions.

Large diffs are not rendered by default.

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.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
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.

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
MRSV MRSV
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
NBDHKWY
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
NBDHKWY
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
XBJZ
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ import {
getRxn,
getSdf,
getSmarts,
getSequence,
} from '@utils/formats';
import { selectSaveTool } from '@utils/canvas';
import { pressButton } from '@utils/clicks';
Expand All @@ -30,6 +31,7 @@ export enum FileType {
InChI = 'inchi',
RDF = 'rdf',
IDT = 'idt',
SEQ = 'seq',
}

type FileTypeHandler =
Expand All @@ -48,6 +50,7 @@ const fileTypeHandlers: { [key in FileType]: FileTypeHandler } = {
[FileType.SDF]: getSdf,
[FileType.InChI]: getInchi,
[FileType.IDT]: getIdt,
[FileType.SEQ]: getSequence,
};

async function getFileContent(
Expand Down

0 comments on commit fde42bf

Please sign in to comment.