Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ test.describe('4. Fold/unfold hydrogens for', () => {
'Simple molecules + Radical.ket',
// Simple molecules + Radical - https://github.com/epam/Indigo/issues/1556, https://github.com/epam/Indigo/issues/1557
'Simple molecules + Valences.ket',
// Simple molecules + Valences - https://github.com/epam/Indigo/issues/1551
// Simple molecules + Valences - https://github.com/epam/Indigo/issues/1551, https://github.com/epam/Indigo/issues/3702
'Simple Molecules.ket',
];

Expand Down Expand Up @@ -593,7 +593,8 @@ test.describe('12. Fold/unfold hydrogens for', () => {

const fileNames = [
'All Custom Query Bonds with S-Group - Query component.ket',
// ^-- https://github.com/epam/Indigo/issues/1794, https://github.com/epam/Indigo/issues/1625
// ^-- https://github.com/epam/Indigo/issues/1794, https://github.com/epam/Indigo/issues/1625,
// https://github.com/epam/Indigo/issues/3688
];

for (const fileName of fileNames) {
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.
54 changes: 10 additions & 44 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/ketcher-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ketcher-core",
"version": "3.16.0-rc.1",
"version": "3.17.0-rc.1",
"description": "Web-based molecule sketcher",
"license": "Apache-2.0",
"homepage": "http://lifescience.opensource.epam.com/ketcher",
Expand Down
2 changes: 1 addition & 1 deletion packages/ketcher-macromolecules/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ketcher-macromolecules",
"version": "3.16.0-rc.1",
"version": "3.17.0-rc.1",
"description": "Web-based molecule sketcher",
"license": "Apache-2.0",
"homepage": "http://lifescience.opensource.epam.com/ketcher",
Expand Down
2 changes: 1 addition & 1 deletion packages/ketcher-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ketcher-react",
"version": "3.16.0-rc.1",
"version": "3.17.0-rc.1",
"description": "Web-based molecule sketcher",
"license": "Apache-2.0",
"homepage": "http://lifescience.opensource.epam.com/ketcher",
Expand Down
Loading
Loading