Skip to content

Commit

Permalink
Update pipelines.test.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
garrettmflynn committed May 28, 2024
1 parent 0b4eec8 commit 8c07aa5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/e2e/pipelines.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ describe('Run example pipelines', () => {

// Transition to settings page
const dashboard = document.querySelector('nwb-dashboard')
dashboard.page.dismiss() // Dismiss any notifications
dashboard.sidebar.select('settings')
await new Promise(resolve => setTimeout(resolve, 500))

Expand All @@ -43,7 +44,7 @@ describe('Run example pipelines', () => {
// Open relevant accordion
const accordion = page.form.accordions['developer']
accordion.toggle(true)


// Generate example pipelines
const folderInput = page.form.getFormElement(["developer", "testing_data_folder"])
Expand Down

0 comments on commit 8c07aa5

Please sign in to comment.