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 29, 2024
1 parent b898150 commit 7223dd1
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions tests/e2e/pipelines.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,16 +52,10 @@ describe('Run example pipelines', () => {
const accordion = page.form.accordions['developer']
accordion.toggle(true)


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

// Open relevant accordion
const accordion = page.form.accordions['developer']
accordion.toggle(true)


const button = folderInput.nextSibling
const results = await button.onClick()

Expand Down

0 comments on commit 7223dd1

Please sign in to comment.