Skip to content

Commit

Permalink
- deleted 'test.fail()'; (#4642)
Browse files Browse the repository at this point in the history
- increased 'test.setTimeout(150000)'
  • Loading branch information
Zhirnoff authored May 17, 2024
1 parent 25a2b64 commit 183baf2
Showing 1 changed file with 2 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -341,10 +341,8 @@ test.describe('1. User can expand hydrogens for ', () => {
for (const fileName of fileNames) {
test(`by ${fileName}`, async ({ page }) => {
if (temporaryFailedTestsFileNames.includes(fileName)) {
test.fail();
test.setTimeout(150000);
}

test.setTimeout(120000);
// Performance degradation problem - https://github.com/epam/Indigo/issues/1835 - REMOVE AFTER FIX
await openFileAndAddToCanvasAsNewProject(
`KET/Toggle-Explicit-Hydrogens-With-Respect-To-Selected-Atoms/All types of bond/${fileName}`,
Expand Down Expand Up @@ -656,10 +654,8 @@ test.describe('2. User can expand hydrogens for ', () => {
for (const fileName of fileNames) {
test(`by ${fileName}`, async ({ page }) => {
if (temporaryFailedTestsFileNames.includes(fileName)) {
test.fail();
test.setTimeout(150000);
}

test.setTimeout(120000);
// Performance degradation problem - https://github.com/epam/Indigo/issues/1835 - REMOVE AFTER FIX
await openFileAndAddToCanvasAsNewProject(
`KET/Toggle-Explicit-Hydrogens-With-Respect-To-Selected-Atoms/A on the canvas/${fileName}`,
Expand Down

0 comments on commit 183baf2

Please sign in to comment.