Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Mar 28, 2024
1 parent b591c6a commit fabf701
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 7 deletions.
1 change: 0 additions & 1 deletion src/renderer/assets/css/global.css
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ html {
overflow: hidden; /* Prevents rubber-band scrolling of the whole "page" */
color: var(--color);
background-color: #fff; /* To cover OSes with no default background color */

}

body {
Expand Down
2 changes: 1 addition & 1 deletion tests/e2e/e2e.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ describe('E2E Test', () => {
await takeScreenshot(join(subdirectory, 'home-page-complete'), 100)
const nPipelines = await evaluate(() => document.getElementById('guided-div-resume-progress-cards').children.length)
expect(nPipelines).toBe(2)
})
})
})


Expand Down
2 changes: 0 additions & 2 deletions tests/e2e/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,5 +54,3 @@ export const takeScreenshot = async (relativePath, delay = 0, options: Screensho

expect(pageId).toBe('/') // Ensure you are on the home page
}


6 changes: 3 additions & 3 deletions tests/e2e/workflow.ts
Original file line number Diff line number Diff line change
Expand Up @@ -213,8 +213,8 @@ export default async function runWorkflow (name, workflow, identifier) {

})

}
}

else {

test('Specify source data information', async () => {
Expand Down Expand Up @@ -378,4 +378,4 @@ export default async function runWorkflow (name, workflow, identifier) {

})
})
}
}

0 comments on commit fabf701

Please sign in to comment.