Skip to content

Commit

Permalink
- fixed flacky test
Browse files Browse the repository at this point in the history
  • Loading branch information
rrodionov91 committed Dec 9, 2024
1 parent 9a42ce1 commit f26b247
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ import {
pasteFromClipboardAndAddToCanvas,
selectTopPanelButton,
TopPanelButton,
moveMouseAway,
} from '@utils';
import { clickOnFileFormatDropdown, getCml } from '@utils/formats';

Expand Down Expand Up @@ -76,6 +77,7 @@ test.describe('Reagents CML format', () => {
page,
);
await saveFileAsCmlFormat(page);
await moveMouseAway(page);
await takeEditorScreenshot(page);
});

Expand Down

0 comments on commit f26b247

Please sign in to comment.