diff --git a/tests/e2e/pipelines.test.ts b/tests/e2e/pipelines.test.ts index 98ca5e7f6..ff1971921 100644 --- a/tests/e2e/pipelines.test.ts +++ b/tests/e2e/pipelines.test.ts @@ -43,7 +43,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"])