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 6, 2024
1 parent cc04e27 commit ce1808c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -220,12 +220,12 @@ export class GuidedSourceDataPage extends ManagedPage {
}

updated() {
const dashboard = document.querySelector('nwb-dashboard')
const page = dashboard.page
const dashboard = document.querySelector("nwb-dashboard");
const page = dashboard.page;
setTimeout(() => {
console.log(page.forms[0].form.accordions["SpikeGLX Recording"])
})
console.log(page.forms[0].form.accordions)
console.log(page.forms[0].form.accordions["SpikeGLX Recording"]);
});
console.log(page.forms[0].form.accordions);
}

render() {
Expand Down
2 changes: 1 addition & 1 deletion tests/e2e.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ describe('E2E Test', () => {
})

test('View the pre-form workflow page', async () => {

await takeScreenshot('workflow-page', 300)
await toNextPage('structure')

Expand Down

0 comments on commit ce1808c

Please sign in to comment.