Skip to content

Commit

Permalink
Updated ketcher 2.16 (#4182)
Browse files Browse the repository at this point in the history
* - updated ketcher 2.16
* - updated screenshots

---------

Co-authored-by: Roman Rodionov <[email protected]>
  • Loading branch information
rrodionov91 and rrodionov91 authored Mar 4, 2024
1 parent 0867456 commit 2948e64
Show file tree
Hide file tree
Showing 13 changed files with 13 additions and 29 deletions.
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.
Original file line number Diff line number Diff line change
Expand Up @@ -116,10 +116,6 @@ test.describe('Checking atom properties attributes in SMARTS format', () => {
});

test('Setting valence', async ({ page }) => {
test.fail();
/**
* This test will fail until https://github.com/epam/Indigo/issues/1362 is fixed
*/
await setAndCheckAtomProperties(
page,
setValence,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ test.describe('Checking bond attributes in SMARTS format', () => {
page,
setBondType,
'Single Up-option',
'[#6@](-[#6])(-[#6])/[#6]',
'[#6](-[#6])(-[#6])/[#6]',
);
});

Expand All @@ -90,15 +90,11 @@ test.describe('Checking bond attributes in SMARTS format', () => {
page,
setBondType,
'Single Down-option',
'[#6@@](-[#6])(-[#6])\\[#6]',
'[#6](-[#6])(-[#6])\\[#6]',
);
});

test('Setting bond type - single up/down', async ({ page }) => {
test.fail();
/**
* This test will fail until https://github.com/epam/Indigo/issues/1371 is fixed
*/
await setAndCheckBondProperties(
page,
setBondType,
Expand All @@ -117,10 +113,6 @@ test.describe('Checking bond attributes in SMARTS format', () => {
});

test('Setting bond type - double cis/trans', async ({ page }) => {
test.fail();
/**
* This test will fail until https://github.com/epam/Indigo/issues/1371 is fixed
*/
await setAndCheckBondProperties(
page,
setBondType,
Expand Down Expand Up @@ -240,10 +232,6 @@ test.describe('Checking bond attributes in SMARTS format', () => {
// Custom query for bond

test('Setting custom query - any OR double', async ({ page }) => {
test.fail();
/**
* This test will fail until https://github.com/epam/Indigo/issues/1372 is fixed
*/
await setAndCheckBondProperties(
page,
setCustomQueryForBond,
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 7 additions & 7 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": "2.16.0-rc.4",
"version": "2.16.0",
"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": "2.16.0-rc.4",
"version": "2.16.0",
"description": "Web-based molecule sketcher",
"license": "Apache-2.0",
"homepage": "http://lifescience.opensource.epam.com/ketcher",
Expand Down
4 changes: 2 additions & 2 deletions packages/ketcher-standalone/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ketcher-standalone",
"version": "2.16.0-rc.4",
"version": "2.16.0",
"description": "Web-based molecule sketcher",
"license": "Apache-2.0",
"homepage": "http://lifescience.opensource.epam.com/ketcher",
Expand Down Expand Up @@ -42,7 +42,7 @@
},
"dependencies": {
"@babel/runtime": "^7.17.9",
"indigo-ketcher": "1.15.0-rc.1",
"indigo-ketcher": "1.16.0",
"ketcher-core": "*"
},
"devDependencies": {
Expand Down

0 comments on commit 2948e64

Please sign in to comment.