Skip to content

Commit

Permalink
#5505 - autotests importexport of variant monomers from idt (#5517)
Browse files Browse the repository at this point in the history
* 5505 - first draft

* 5505 - first draft

* 5505 - Import incorrect IDT sequence test added
  • Loading branch information
AlexeyGirin authored Sep 17, 2024
1 parent cf893f4 commit 14444b6
Show file tree
Hide file tree
Showing 80 changed files with 490 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,11 @@ async function openSaveToHELMDialog(page: Page) {
interface IHELMString {
helmDescription: string;
HELMString: string;
// Set shouldFail to true if you expect test to fail because of existed bug and put issues link to issueNumber
shouldFail?: boolean;
// issueNumber is mandatory if shouldFail === true
issueNumber?: string;
// set pageReloadNeeded to true if you need to restart ketcher before test (f.ex. to restart font renderer)
pageReloadNeeded?: boolean;
// Some times export result is different to import string
differentHELMExport?: string;
Expand Down
Loading

0 comments on commit 14444b6

Please sign in to comment.