-
Notifications
You must be signed in to change notification settings - Fork 187
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
#3208 - Structure disappears after pressing 'Layout' and the app crashes #3245
#3208 - Structure disappears after pressing 'Layout' and the app crashes #3245
Conversation
…n the "Edit" or "Query properties" tab in the context menu disappears when clicking on the canvas (#3237) * #3224 - Appearing label near the Template after choosing any option in the "Edit" or "Query properties" tab in the context menu disappears when clicking on the canvas * Forbid ".only" tests in CI environment
* 3169 - Autotests for Open and Save InChi format * #3169 - updated snapshots * 3169 - adding waitForIndigoToLoad, kebab case for data-testids * #3169 - removed only * #3169 - resolved case-sensitivity conflict * #3169 - fixed ci_enviroment false statement --------- Co-authored-by: Gayane Chilingaryan <[email protected]>
// Related Github issue: https://github.com/epam/ketcher/issues/3208 | ||
await openFileAndAddToCanvas('Molfiles-V2000/sbs_48.mol', page); | ||
await selectTopPanelButton(TopPanelButton.Layout, page); | ||
await takeEditorScreenshot(page); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hmm, might need to wait for Indigo here?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is it necessary to wait for some time after pressing the layout button to check if the structure has disappeared, if the button immediately arranges structures in place?
* - added tests for 'charge tool'; - added 1 test file; - added expected snapshots * - moved test files to folders * - added ignored hotkeys to 'hotkeys.ts'; - deleted 'delay' * - deleted 'delay' from import * - changed name of folder 'Ket' to 'KET' * - updated snapshot * - updated expected snapshots; - added folder path to some tests; - delete 'fixme' from some tests * - updated snapshots; - code refactoring; - added 'INPUT_DELAY' to functions 'cutAndPaste' and 'copyAndPaste' * - deleted duplicate folder with tests * -updated snapshots; - fixed some tests * - updated snapshots; - fixed some tests * - fix 1 test * - fixed some tests; - removed 'fixme' and 'skip' * - updated snapshot
…-app-crashes' of https://github.com/epam/ketcher into 3208-structure-disappears-after-pressing-layout-and-the-app-crashes
How the feature works?
Structure disappears after pressing Layout and an atom appears in the left corner of canvas.
How did you fix the issue?
Checking if the label is an object before attempting to set its 'path' property.
Ketcher.v2.14.0.Vite.-.Google.Chrome.2023-09-04.14-13-07.mp4
Check list
#1234 – issue name