Skip to content

Commit

Permalink
#5670 – Update UI tests
Browse files Browse the repository at this point in the history
  • Loading branch information
svvald committed Dec 27, 2024
1 parent 5ff5309 commit 80717f0
Show file tree
Hide file tree
Showing 19 changed files with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ import {
clickOnAtomById,
clickOnCanvas,
waitForRender,
setZoomInputValue,
resetCurrentTool,
} from '@utils';
import { pageReload } from '@utils/common/helpers';
import {
Expand Down Expand Up @@ -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');
Expand Down Expand Up @@ -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');
Expand Down Expand Up @@ -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');
Expand Down
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.
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.

0 comments on commit 80717f0

Please sign in to comment.