diff --git a/docs/tutorials/multiple_sessions.rst b/docs/tutorials/multiple_sessions.rst index 0821a5910..17fc62957 100644 --- a/docs/tutorials/multiple_sessions.rst +++ b/docs/tutorials/multiple_sessions.rst @@ -6,7 +6,11 @@ Now, let’s say that you’ve fallen behind and have a weeks worth of experimen Workflow Configuration ---------------------- -On the Workflow page, confirm that this pipeline will be run on multiple sessions. After this, also select that you’d like to locate the source data programmatically. +On the Workflow page, confirm that this pipeline will be run on multiple sessions. After this, also select that you’d like to locate the source data programmatically and skip dataset publication. + +.. figure:: ../assets/tutorials/multiple/workflow-page.png + :align: center + :alt: Workflow page with multiple sessions and locate data selected Complete the first section of the GUIDE as normal until you reach a new **Locate Data** page after the Data Formats page. diff --git a/tests/e2e/config.ts b/tests/e2e/config.ts index 509e86b1b..a824bf2b5 100644 --- a/tests/e2e/config.ts +++ b/tests/e2e/config.ts @@ -66,7 +66,6 @@ export const subjectInfo = { common: { sex: 'M', species: 'Mus musculus', - age: 'P30W' }, single: { @@ -75,7 +74,11 @@ export const subjectInfo = { multiple: { mouse1: { - age: 'P29W' + age: 'P29W', + sex: 'F' + }, + mouse2: { + age: 'P30W' } } }