Skip to content

Commit

Permalink
- code refactored
Browse files Browse the repository at this point in the history
  • Loading branch information
Zhirnoff committed Nov 29, 2024
1 parent 677d00b commit ef09819
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ import {
pasteFromClipboard,
waitForLoad,
waitForPageInit,
moveMouseAway,
} from '@utils';
import { clickOnFileFormatDropdown, getSmarts } from '@utils/formats';

Expand Down Expand Up @@ -52,6 +53,7 @@ test.describe('Reagents SMARTS format', () => {
expect(smartsFile).toEqual(smartsFileExpected);

await previewSmarts(page);
await moveMouseAway(page);
await takeEditorScreenshot(page);
});

Expand All @@ -78,6 +80,7 @@ test.describe('Reagents SMARTS format', () => {
expect(smartsFile).toEqual(smartsFileExpected);

await previewSmarts(page);
await moveMouseAway(page);
await takeEditorScreenshot(page);
});

Expand Down

0 comments on commit ef09819

Please sign in to comment.