Skip to content

Commit

Permalink
Autotests: #3579 - refactor - removing unnecessary folder
Browse files Browse the repository at this point in the history
Co-authored-by: Urszula Gawlowska <urszula.gawlowska@epam.com>
  • Loading branch information
2 people authored and Mariia_Khrustaleva(EPAM) committed Nov 28, 2023
1 parent 1177ff1 commit 238bcb7
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 110 deletions.

This file was deleted.

Binary file not shown.
Binary file not shown.
Binary file not shown.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ import {
} from '@utils';
import { checkSmartsValue, setCustomQuery } from '../utils';

const defaultFileFormat = 'MDL Molfile V2000';

async function drawStructure(page: Page) {
await selectBond(BondTypeName.Single, page);
await clickInTheMiddleOfTheScreen(page);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@ import {
setUnsaturated,
} from '../utils';

const defaultFileFormat = 'MDL Molfile V2000';

async function drawStructure(page: Page) {
await selectBond(BondTypeName.Single, page);
await clickInTheMiddleOfTheScreen(page);
Expand Down

0 comments on commit 238bcb7

Please sign in to comment.