Skip to content

Commit

Permalink
Regenerate screenshots and manually select relevant changes
Browse files Browse the repository at this point in the history
  • Loading branch information
garrettmflynn committed Mar 31, 2024
1 parent 7b06f9d commit 454b6c5
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
Binary file modified docs/assets/tutorials/multiple/metadata-subject-complete.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/assets/tutorials/multiple/subject-complete.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/assets/tutorials/single/metadata-subject-complete.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions tests/e2e/workflow.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export default async function runWorkflow (name, workflow, identifier) {
// Advance to instructions page
await toNextPage('start')

await takeScreenshot(join(identifier, 'intro-page'), 300)
await takeScreenshot(join(identifier, 'intro-page'), 500)

// Advance to general information page
await toNextPage('details')
Expand Down Expand Up @@ -312,7 +312,7 @@ export default async function runWorkflow (name, workflow, identifier) {

test('Review NWB Inspector output', async () => {

await takeScreenshot(join(identifier, 'inspect-page'), 2000) // Finish file inspection
await takeScreenshot(join(identifier, 'inspect-page'), 5000) // Finish file inspection and allow full load of Neurosift page
await toNextPage('preview')

})
Expand Down

0 comments on commit 454b6c5

Please sign in to comment.