diff --git a/ketcher-autotests/tests/Macromolecule-editor/Macro-Micro-Switcher/macro-micro-switcher3.spec.ts b/ketcher-autotests/tests/Macromolecule-editor/Macro-Micro-Switcher/macro-micro-switcher3.spec.ts index 95c62356c2..8cf5db97e1 100644 --- a/ketcher-autotests/tests/Macromolecule-editor/Macro-Micro-Switcher/macro-micro-switcher3.spec.ts +++ b/ketcher-autotests/tests/Macromolecule-editor/Macro-Micro-Switcher/macro-micro-switcher3.spec.ts @@ -24,6 +24,8 @@ import { clickOnAtomById, clickOnCanvas, waitForRender, + setZoomInputValue, + resetCurrentTool, } from '@utils'; import { pageReload } from '@utils/common/helpers'; import { @@ -634,6 +636,8 @@ test(`Verify that "Expand monomer" does not break cyclic structures when the rin 'KET/Micro-Macro-Switcher/All type of monomers cycled.ket', page, ); + await setZoomInputValue(page, '50'); + await resetCurrentTool(page); await takeEditorScreenshot(page); await expandMonomer(page, 'A'); await expandMonomer(page, '5hMedC'); @@ -667,6 +671,8 @@ test(`Verify that expanding multiple monomers works in a left-to-right order wit 'KET/Micro-Macro-Switcher/All type of monomers in horisontal chain.ket', page, ); + await setZoomInputValue(page, '50'); + await resetCurrentTool(page); await takeEditorScreenshot(page); await expandMonomer(page, '12ddR'); await expandMonomer(page, 'Mal'); @@ -700,6 +706,8 @@ test(`Verify that expanding multiple monomers works in a top-to-bottom order wit 'KET/Micro-Macro-Switcher/All type of monomers in vertical chain.ket', page, ); + await setZoomInputValue(page, '50'); + await resetCurrentTool(page); await takeEditorScreenshot(page); await expandMonomer(page, 'oC64m5'); await expandMonomer(page, 'gly'); diff --git a/ketcher-autotests/tests/Macromolecule-editor/Macro-Micro-Switcher/macro-micro-switcher3.spec.ts-snapshots/Verify-that-Expand-monomer-does-not-break-cyclic-structures-when-the-ring-is-expanded-1-chromium-linux.png b/ketcher-autotests/tests/Macromolecule-editor/Macro-Micro-Switcher/macro-micro-switcher3.spec.ts-snapshots/Verify-that-Expand-monomer-does-not-break-cyclic-structures-when-the-ring-is-expanded-1-chromium-linux.png index 0691be7bfd..9717a98813 100644 Binary files a/ketcher-autotests/tests/Macromolecule-editor/Macro-Micro-Switcher/macro-micro-switcher3.spec.ts-snapshots/Verify-that-Expand-monomer-does-not-break-cyclic-structures-when-the-ring-is-expanded-1-chromium-linux.png and b/ketcher-autotests/tests/Macromolecule-editor/Macro-Micro-Switcher/macro-micro-switcher3.spec.ts-snapshots/Verify-that-Expand-monomer-does-not-break-cyclic-structures-when-the-ring-is-expanded-1-chromium-linux.png differ diff --git a/ketcher-autotests/tests/Macromolecule-editor/Macro-Micro-Switcher/macro-micro-switcher3.spec.ts-snapshots/Verify-that-Expand-monomer-does-not-break-cyclic-structures-when-the-ring-is-expanded-2-chromium-linux.png b/ketcher-autotests/tests/Macromolecule-editor/Macro-Micro-Switcher/macro-micro-switcher3.spec.ts-snapshots/Verify-that-Expand-monomer-does-not-break-cyclic-structures-when-the-ring-is-expanded-2-chromium-linux.png index 9ce6e717bd..28b87f7102 100644 Binary files a/ketcher-autotests/tests/Macromolecule-editor/Macro-Micro-Switcher/macro-micro-switcher3.spec.ts-snapshots/Verify-that-Expand-monomer-does-not-break-cyclic-structures-when-the-ring-is-expanded-2-chromium-linux.png and b/ketcher-autotests/tests/Macromolecule-editor/Macro-Micro-Switcher/macro-micro-switcher3.spec.ts-snapshots/Verify-that-Expand-monomer-does-not-break-cyclic-structures-when-the-ring-is-expanded-2-chromium-linux.png differ diff --git a/ketcher-autotests/tests/Macromolecule-editor/Macro-Micro-Switcher/macro-micro-switcher3.spec.ts-snapshots/Verify-that-expanding-multiple-monomers-works-in-a-left-to-right-order-within-a-chain-1-chromium-linux.png b/ketcher-autotests/tests/Macromolecule-editor/Macro-Micro-Switcher/macro-micro-switcher3.spec.ts-snapshots/Verify-that-expanding-multiple-monomers-works-in-a-left-to-right-order-within-a-chain-1-chromium-linux.png index bc6d53da06..7db525d824 100644 Binary files a/ketcher-autotests/tests/Macromolecule-editor/Macro-Micro-Switcher/macro-micro-switcher3.spec.ts-snapshots/Verify-that-expanding-multiple-monomers-works-in-a-left-to-right-order-within-a-chain-1-chromium-linux.png and b/ketcher-autotests/tests/Macromolecule-editor/Macro-Micro-Switcher/macro-micro-switcher3.spec.ts-snapshots/Verify-that-expanding-multiple-monomers-works-in-a-left-to-right-order-within-a-chain-1-chromium-linux.png differ diff --git a/ketcher-autotests/tests/Macromolecule-editor/Macro-Micro-Switcher/macro-micro-switcher3.spec.ts-snapshots/Verify-that-expanding-multiple-monomers-works-in-a-left-to-right-order-within-a-chain-2-chromium-linux.png b/ketcher-autotests/tests/Macromolecule-editor/Macro-Micro-Switcher/macro-micro-switcher3.spec.ts-snapshots/Verify-that-expanding-multiple-monomers-works-in-a-left-to-right-order-within-a-chain-2-chromium-linux.png index 04e539be51..4f5dd74ca6 100644 Binary files a/ketcher-autotests/tests/Macromolecule-editor/Macro-Micro-Switcher/macro-micro-switcher3.spec.ts-snapshots/Verify-that-expanding-multiple-monomers-works-in-a-left-to-right-order-within-a-chain-2-chromium-linux.png and b/ketcher-autotests/tests/Macromolecule-editor/Macro-Micro-Switcher/macro-micro-switcher3.spec.ts-snapshots/Verify-that-expanding-multiple-monomers-works-in-a-left-to-right-order-within-a-chain-2-chromium-linux.png differ diff --git a/ketcher-autotests/tests/Macromolecule-editor/Macro-Micro-Switcher/macro-micro-switcher3.spec.ts-snapshots/Verify-that-expanding-multiple-monomers-works-in-a-top-to-bottom-order-within-a-chain-1-chromium-linux.png b/ketcher-autotests/tests/Macromolecule-editor/Macro-Micro-Switcher/macro-micro-switcher3.spec.ts-snapshots/Verify-that-expanding-multiple-monomers-works-in-a-top-to-bottom-order-within-a-chain-1-chromium-linux.png index d79fec39ee..0204cbbd62 100644 Binary files a/ketcher-autotests/tests/Macromolecule-editor/Macro-Micro-Switcher/macro-micro-switcher3.spec.ts-snapshots/Verify-that-expanding-multiple-monomers-works-in-a-top-to-bottom-order-within-a-chain-1-chromium-linux.png and b/ketcher-autotests/tests/Macromolecule-editor/Macro-Micro-Switcher/macro-micro-switcher3.spec.ts-snapshots/Verify-that-expanding-multiple-monomers-works-in-a-top-to-bottom-order-within-a-chain-1-chromium-linux.png differ diff --git a/ketcher-autotests/tests/Macromolecule-editor/Macro-Micro-Switcher/macro-micro-switcher3.spec.ts-snapshots/Verify-that-expanding-multiple-monomers-works-in-a-top-to-bottom-order-within-a-chain-2-chromium-linux.png b/ketcher-autotests/tests/Macromolecule-editor/Macro-Micro-Switcher/macro-micro-switcher3.spec.ts-snapshots/Verify-that-expanding-multiple-monomers-works-in-a-top-to-bottom-order-within-a-chain-2-chromium-linux.png index 83d085f416..c8ed73d69d 100644 Binary files a/ketcher-autotests/tests/Macromolecule-editor/Macro-Micro-Switcher/macro-micro-switcher3.spec.ts-snapshots/Verify-that-expanding-multiple-monomers-works-in-a-top-to-bottom-order-within-a-chain-2-chromium-linux.png and b/ketcher-autotests/tests/Macromolecule-editor/Macro-Micro-Switcher/macro-micro-switcher3.spec.ts-snapshots/Verify-that-expanding-multiple-monomers-works-in-a-top-to-bottom-order-within-a-chain-2-chromium-linux.png differ diff --git a/ketcher-autotests/tests/Macromolecule-editor/Polymer-Bond-Tool/hydrogen-bonds-for-monomers.spec.ts-snapshots/6-1-Expand-and-collapse-peptide-A-having-it-hydrogen-bonds-on-Molecules-canvas-2-chromium-linux.png b/ketcher-autotests/tests/Macromolecule-editor/Polymer-Bond-Tool/hydrogen-bonds-for-monomers.spec.ts-snapshots/6-1-Expand-and-collapse-peptide-A-having-it-hydrogen-bonds-on-Molecules-canvas-2-chromium-linux.png index 82c1b0ce90..9714c40149 100644 Binary files a/ketcher-autotests/tests/Macromolecule-editor/Polymer-Bond-Tool/hydrogen-bonds-for-monomers.spec.ts-snapshots/6-1-Expand-and-collapse-peptide-A-having-it-hydrogen-bonds-on-Molecules-canvas-2-chromium-linux.png and b/ketcher-autotests/tests/Macromolecule-editor/Polymer-Bond-Tool/hydrogen-bonds-for-monomers.spec.ts-snapshots/6-1-Expand-and-collapse-peptide-A-having-it-hydrogen-bonds-on-Molecules-canvas-2-chromium-linux.png differ diff --git a/ketcher-autotests/tests/Macromolecule-editor/Polymer-Bond-Tool/hydrogen-bonds-for-monomers.spec.ts-snapshots/6-1-Expand-and-collapse-peptide-A-having-it-hydrogen-bonds-on-Molecules-canvas-3-chromium-linux.png b/ketcher-autotests/tests/Macromolecule-editor/Polymer-Bond-Tool/hydrogen-bonds-for-monomers.spec.ts-snapshots/6-1-Expand-and-collapse-peptide-A-having-it-hydrogen-bonds-on-Molecules-canvas-3-chromium-linux.png index cfdb458bf1..c0ba486afa 100644 Binary files a/ketcher-autotests/tests/Macromolecule-editor/Polymer-Bond-Tool/hydrogen-bonds-for-monomers.spec.ts-snapshots/6-1-Expand-and-collapse-peptide-A-having-it-hydrogen-bonds-on-Molecules-canvas-3-chromium-linux.png and b/ketcher-autotests/tests/Macromolecule-editor/Polymer-Bond-Tool/hydrogen-bonds-for-monomers.spec.ts-snapshots/6-1-Expand-and-collapse-peptide-A-having-it-hydrogen-bonds-on-Molecules-canvas-3-chromium-linux.png differ diff --git a/ketcher-autotests/tests/Macromolecule-editor/Polymer-Bond-Tool/hydrogen-bonds-for-monomers.spec.ts-snapshots/6-2-Expand-and-collapse-sugar-R-having-it-hydrogen-bonds-on-Molecules-canvas-2-chromium-linux.png b/ketcher-autotests/tests/Macromolecule-editor/Polymer-Bond-Tool/hydrogen-bonds-for-monomers.spec.ts-snapshots/6-2-Expand-and-collapse-sugar-R-having-it-hydrogen-bonds-on-Molecules-canvas-2-chromium-linux.png index acb99d7b1c..83eaec94ed 100644 Binary files a/ketcher-autotests/tests/Macromolecule-editor/Polymer-Bond-Tool/hydrogen-bonds-for-monomers.spec.ts-snapshots/6-2-Expand-and-collapse-sugar-R-having-it-hydrogen-bonds-on-Molecules-canvas-2-chromium-linux.png and b/ketcher-autotests/tests/Macromolecule-editor/Polymer-Bond-Tool/hydrogen-bonds-for-monomers.spec.ts-snapshots/6-2-Expand-and-collapse-sugar-R-having-it-hydrogen-bonds-on-Molecules-canvas-2-chromium-linux.png differ diff --git a/ketcher-autotests/tests/Macromolecule-editor/Polymer-Bond-Tool/hydrogen-bonds-for-monomers.spec.ts-snapshots/6-2-Expand-and-collapse-sugar-R-having-it-hydrogen-bonds-on-Molecules-canvas-3-chromium-linux.png b/ketcher-autotests/tests/Macromolecule-editor/Polymer-Bond-Tool/hydrogen-bonds-for-monomers.spec.ts-snapshots/6-2-Expand-and-collapse-sugar-R-having-it-hydrogen-bonds-on-Molecules-canvas-3-chromium-linux.png index 7f6a232282..6bf1f0e8c7 100644 Binary files a/ketcher-autotests/tests/Macromolecule-editor/Polymer-Bond-Tool/hydrogen-bonds-for-monomers.spec.ts-snapshots/6-2-Expand-and-collapse-sugar-R-having-it-hydrogen-bonds-on-Molecules-canvas-3-chromium-linux.png and b/ketcher-autotests/tests/Macromolecule-editor/Polymer-Bond-Tool/hydrogen-bonds-for-monomers.spec.ts-snapshots/6-2-Expand-and-collapse-sugar-R-having-it-hydrogen-bonds-on-Molecules-canvas-3-chromium-linux.png differ diff --git a/ketcher-autotests/tests/Macromolecule-editor/Polymer-Bond-Tool/hydrogen-bonds-for-monomers.spec.ts-snapshots/6-3-Expand-and-collapse-base-nC6n5C-having-it-hydrogen-bonds-on-Molecules-canvas-2-chromium-linux.png b/ketcher-autotests/tests/Macromolecule-editor/Polymer-Bond-Tool/hydrogen-bonds-for-monomers.spec.ts-snapshots/6-3-Expand-and-collapse-base-nC6n5C-having-it-hydrogen-bonds-on-Molecules-canvas-2-chromium-linux.png index ea49a00932..01319c587d 100644 Binary files a/ketcher-autotests/tests/Macromolecule-editor/Polymer-Bond-Tool/hydrogen-bonds-for-monomers.spec.ts-snapshots/6-3-Expand-and-collapse-base-nC6n5C-having-it-hydrogen-bonds-on-Molecules-canvas-2-chromium-linux.png and b/ketcher-autotests/tests/Macromolecule-editor/Polymer-Bond-Tool/hydrogen-bonds-for-monomers.spec.ts-snapshots/6-3-Expand-and-collapse-base-nC6n5C-having-it-hydrogen-bonds-on-Molecules-canvas-2-chromium-linux.png differ diff --git a/ketcher-autotests/tests/Macromolecule-editor/Polymer-Bond-Tool/hydrogen-bonds-for-monomers.spec.ts-snapshots/6-3-Expand-and-collapse-base-nC6n5C-having-it-hydrogen-bonds-on-Molecules-canvas-3-chromium-linux.png b/ketcher-autotests/tests/Macromolecule-editor/Polymer-Bond-Tool/hydrogen-bonds-for-monomers.spec.ts-snapshots/6-3-Expand-and-collapse-base-nC6n5C-having-it-hydrogen-bonds-on-Molecules-canvas-3-chromium-linux.png index 9e8bf84a8f..6611c0d198 100644 Binary files a/ketcher-autotests/tests/Macromolecule-editor/Polymer-Bond-Tool/hydrogen-bonds-for-monomers.spec.ts-snapshots/6-3-Expand-and-collapse-base-nC6n5C-having-it-hydrogen-bonds-on-Molecules-canvas-3-chromium-linux.png and b/ketcher-autotests/tests/Macromolecule-editor/Polymer-Bond-Tool/hydrogen-bonds-for-monomers.spec.ts-snapshots/6-3-Expand-and-collapse-base-nC6n5C-having-it-hydrogen-bonds-on-Molecules-canvas-3-chromium-linux.png differ diff --git a/ketcher-autotests/tests/Macromolecule-editor/Polymer-Bond-Tool/hydrogen-bonds-for-monomers.spec.ts-snapshots/6-4-Expand-and-collapse-phosphate-P-having-it-hydrogen-bonds-on-Molecules-canvas-2-chromium-linux.png b/ketcher-autotests/tests/Macromolecule-editor/Polymer-Bond-Tool/hydrogen-bonds-for-monomers.spec.ts-snapshots/6-4-Expand-and-collapse-phosphate-P-having-it-hydrogen-bonds-on-Molecules-canvas-2-chromium-linux.png index 3abdc06904..9a3a605c26 100644 Binary files a/ketcher-autotests/tests/Macromolecule-editor/Polymer-Bond-Tool/hydrogen-bonds-for-monomers.spec.ts-snapshots/6-4-Expand-and-collapse-phosphate-P-having-it-hydrogen-bonds-on-Molecules-canvas-2-chromium-linux.png and b/ketcher-autotests/tests/Macromolecule-editor/Polymer-Bond-Tool/hydrogen-bonds-for-monomers.spec.ts-snapshots/6-4-Expand-and-collapse-phosphate-P-having-it-hydrogen-bonds-on-Molecules-canvas-2-chromium-linux.png differ diff --git a/ketcher-autotests/tests/Macromolecule-editor/Polymer-Bond-Tool/hydrogen-bonds-for-monomers.spec.ts-snapshots/6-4-Expand-and-collapse-phosphate-P-having-it-hydrogen-bonds-on-Molecules-canvas-3-chromium-linux.png b/ketcher-autotests/tests/Macromolecule-editor/Polymer-Bond-Tool/hydrogen-bonds-for-monomers.spec.ts-snapshots/6-4-Expand-and-collapse-phosphate-P-having-it-hydrogen-bonds-on-Molecules-canvas-3-chromium-linux.png index 6135a749cc..1ea4106ad5 100644 Binary files a/ketcher-autotests/tests/Macromolecule-editor/Polymer-Bond-Tool/hydrogen-bonds-for-monomers.spec.ts-snapshots/6-4-Expand-and-collapse-phosphate-P-having-it-hydrogen-bonds-on-Molecules-canvas-3-chromium-linux.png and b/ketcher-autotests/tests/Macromolecule-editor/Polymer-Bond-Tool/hydrogen-bonds-for-monomers.spec.ts-snapshots/6-4-Expand-and-collapse-phosphate-P-having-it-hydrogen-bonds-on-Molecules-canvas-3-chromium-linux.png differ diff --git a/ketcher-autotests/tests/Macromolecule-editor/Polymer-Bond-Tool/hydrogen-bonds-for-monomers.spec.ts-snapshots/6-5-Expand-and-collapse-unsplit-nucleotide-5hMedC-having-it-hydrogen-bonds-on-Molecules-canvas-2-chromium-linux.png b/ketcher-autotests/tests/Macromolecule-editor/Polymer-Bond-Tool/hydrogen-bonds-for-monomers.spec.ts-snapshots/6-5-Expand-and-collapse-unsplit-nucleotide-5hMedC-having-it-hydrogen-bonds-on-Molecules-canvas-2-chromium-linux.png index 0a26591672..d66f43c343 100644 Binary files a/ketcher-autotests/tests/Macromolecule-editor/Polymer-Bond-Tool/hydrogen-bonds-for-monomers.spec.ts-snapshots/6-5-Expand-and-collapse-unsplit-nucleotide-5hMedC-having-it-hydrogen-bonds-on-Molecules-canvas-2-chromium-linux.png and b/ketcher-autotests/tests/Macromolecule-editor/Polymer-Bond-Tool/hydrogen-bonds-for-monomers.spec.ts-snapshots/6-5-Expand-and-collapse-unsplit-nucleotide-5hMedC-having-it-hydrogen-bonds-on-Molecules-canvas-2-chromium-linux.png differ diff --git a/ketcher-autotests/tests/Macromolecule-editor/Polymer-Bond-Tool/hydrogen-bonds-for-monomers.spec.ts-snapshots/6-5-Expand-and-collapse-unsplit-nucleotide-5hMedC-having-it-hydrogen-bonds-on-Molecules-canvas-3-chromium-linux.png b/ketcher-autotests/tests/Macromolecule-editor/Polymer-Bond-Tool/hydrogen-bonds-for-monomers.spec.ts-snapshots/6-5-Expand-and-collapse-unsplit-nucleotide-5hMedC-having-it-hydrogen-bonds-on-Molecules-canvas-3-chromium-linux.png index fd68136daf..24d0aff747 100644 Binary files a/ketcher-autotests/tests/Macromolecule-editor/Polymer-Bond-Tool/hydrogen-bonds-for-monomers.spec.ts-snapshots/6-5-Expand-and-collapse-unsplit-nucleotide-5hMedC-having-it-hydrogen-bonds-on-Molecules-canvas-3-chromium-linux.png and b/ketcher-autotests/tests/Macromolecule-editor/Polymer-Bond-Tool/hydrogen-bonds-for-monomers.spec.ts-snapshots/6-5-Expand-and-collapse-unsplit-nucleotide-5hMedC-having-it-hydrogen-bonds-on-Molecules-canvas-3-chromium-linux.png differ diff --git a/ketcher-autotests/tests/Macromolecule-editor/Polymer-Bond-Tool/hydrogen-bonds-for-monomers.spec.ts-snapshots/6-6-Expand-and-collapse-CHEM-4aPEGMal-having-it-hydrogen-bonds-on-Molecules-canvas-2-chromium-linux.png b/ketcher-autotests/tests/Macromolecule-editor/Polymer-Bond-Tool/hydrogen-bonds-for-monomers.spec.ts-snapshots/6-6-Expand-and-collapse-CHEM-4aPEGMal-having-it-hydrogen-bonds-on-Molecules-canvas-2-chromium-linux.png index 1e94f9d544..bb31ed4ead 100644 Binary files a/ketcher-autotests/tests/Macromolecule-editor/Polymer-Bond-Tool/hydrogen-bonds-for-monomers.spec.ts-snapshots/6-6-Expand-and-collapse-CHEM-4aPEGMal-having-it-hydrogen-bonds-on-Molecules-canvas-2-chromium-linux.png and b/ketcher-autotests/tests/Macromolecule-editor/Polymer-Bond-Tool/hydrogen-bonds-for-monomers.spec.ts-snapshots/6-6-Expand-and-collapse-CHEM-4aPEGMal-having-it-hydrogen-bonds-on-Molecules-canvas-2-chromium-linux.png differ diff --git a/ketcher-autotests/tests/Macromolecule-editor/Polymer-Bond-Tool/hydrogen-bonds-for-monomers.spec.ts-snapshots/6-6-Expand-and-collapse-CHEM-4aPEGMal-having-it-hydrogen-bonds-on-Molecules-canvas-3-chromium-linux.png b/ketcher-autotests/tests/Macromolecule-editor/Polymer-Bond-Tool/hydrogen-bonds-for-monomers.spec.ts-snapshots/6-6-Expand-and-collapse-CHEM-4aPEGMal-having-it-hydrogen-bonds-on-Molecules-canvas-3-chromium-linux.png index 9f51cc3018..4f74094d63 100644 Binary files a/ketcher-autotests/tests/Macromolecule-editor/Polymer-Bond-Tool/hydrogen-bonds-for-monomers.spec.ts-snapshots/6-6-Expand-and-collapse-CHEM-4aPEGMal-having-it-hydrogen-bonds-on-Molecules-canvas-3-chromium-linux.png and b/ketcher-autotests/tests/Macromolecule-editor/Polymer-Bond-Tool/hydrogen-bonds-for-monomers.spec.ts-snapshots/6-6-Expand-and-collapse-CHEM-4aPEGMal-having-it-hydrogen-bonds-on-Molecules-canvas-3-chromium-linux.png differ