diff --git a/tests/e2e/pipelines.test.ts b/tests/e2e/pipelines.test.ts index c441f8491..6838219e2 100644 --- a/tests/e2e/pipelines.test.ts +++ b/tests/e2e/pipelines.test.ts @@ -42,7 +42,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"])