Skip to content

Commit

Permalink
Autotests: #5558 - Add ambiguous monomers to the library and allow th…
Browse files Browse the repository at this point in the history
…eir addition to the canvas - Case 17(1-10) - Export
  • Loading branch information
AlexeyGirin committed Sep 30, 2024
1 parent f80d239 commit cc3526b
Show file tree
Hide file tree
Showing 34 changed files with 290 additions and 38,576 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -470,6 +470,8 @@ test.describe('Import-Saving .fasta Files', () => {
`That test fails because of https://github.com/epam/Indigo/issues/2435 issue.`,
);

await closeErrorMessage(page);

await pressButton(page, 'Cancel');
await zoomWithMouseWheel(page, 600);
},
Expand Down Expand Up @@ -601,6 +603,8 @@ test.describe('Import-Saving .fasta Files', () => {
`That test fails because of https://github.com/epam/Indigo/issues/2435 issue.`,
);

await closeErrorMessage(page);

await pressButton(page, 'Cancel');
await zoomWithMouseWheel(page, 100);
},
Expand Down Expand Up @@ -664,6 +668,8 @@ test.describe('Import-Saving .fasta Files', () => {
`That test fails because of https://github.com/epam/Indigo/issues/2435 issue.`,
);

await closeErrorMessage(page);

await pressButton(page, 'Cancel');
await zoomWithMouseWheel(page, 100);
},
Expand Down Expand Up @@ -727,6 +733,8 @@ test.describe('Import-Saving .fasta Files', () => {
`That test fails because of https://github.com/epam/Indigo/issues/2435 issue.`,
);

await closeErrorMessage(page);

await pressButton(page, 'Cancel');
await zoomWithMouseWheel(page, 200);
},
Expand Down
Loading

0 comments on commit cc3526b

Please sign in to comment.