Skip to content

Commit

Permalink
#3169 - removed only
Browse files Browse the repository at this point in the history
  • Loading branch information
Gayane Chilingaryan committed Aug 31, 2023
1 parent 87e1695 commit 8cf1a0d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ test.describe('', () => {
);
});

test.describe.only('Open and Save InChI file', () => {
test.describe('Open and Save InChI file', () => {
test.beforeEach(async ({ page }) => {
await page.goto('');
await waitForIndigoToLoad(page);
Expand Down

0 comments on commit 8cf1a0d

Please sign in to comment.