From 5794e39b3550edebf26f7e31e4ada3c0e44c5bde Mon Sep 17 00:00:00 2001 From: Joris de Keijser Date: Mon, 28 Oct 2024 14:09:43 +0100 Subject: [PATCH 01/15] chore: update test plan 11 --- .../catalogue/catalogue-test_11.md | 44 +++++++++++++------ 1 file changed, 31 insertions(+), 13 deletions(-) diff --git a/e2e/manual-tests/catalogue/catalogue-test_11.md b/e2e/manual-tests/catalogue/catalogue-test_11.md index 5d6551c62f..5f516ca1b5 100644 --- a/e2e/manual-tests/catalogue/catalogue-test_11.md +++ b/e2e/manual-tests/catalogue/catalogue-test_11.md @@ -12,16 +12,34 @@ A naïve visitor to the data catalogue can click around and search within 'all r # Steps -| Step | Action | Expected result | Github bug/issue | Playwright test | -| ---- | ------ | --------------- | ---------------- | --------------- | -| 0 | Navigate to [the home screen](https://data-catalogue-acc.molgeniscloud.org/testCatalogue/ssr-catalogue/testNetwork1) | End up on the overview page of the testNetwork1 | | | -| 0.5 | Check numbers at the bottom, they come straight from the db, not sure how to verify | numbers are as expected (can I asssume this testset always?) | | | -| 1 | Click on VARIABLES in the menu | End up at[the variable screen](https://data-catalogue-acc.molgeniscloud.org/testCatalogue/ssr-catalogue/testNetwork1/variables)| | | -| 2 | Go back using the browser back button| End up at[the home screen](https://data-catalogue-acc.molgeniscloud.org/testCatalogue/ssr-catalogue/testNetwork1) | | | -| 3 | Click on the word VARIABLES underneath the logo | End up at [the variable screen](https://data-catalogue-acc.molgeniscloud.org/testCatalogue/ssr-catalogue/testNetwork1/variables) | | | -| 4 | Go back by clicking the Molgenis logo in the top left | End up at [the home screen](https://data-catalogue-acc.molgeniscloud.org/testCatalogue/ssr-catalogue/testNetwork1) | | | -| 4.5 | Go back by clicking the TESTNETWORK1 breadcrumb | End up at [the home screen](https://data-catalogue-acc.molgeniscloud.org/testCatalogue/ssr-catalogue/testNetwork1) | | | -| 5 | Click on the variables button | End up at [the variable screen](https://data-catalogue-acc.molgeniscloud.org/testCatalogue/ssr-catalogue/testNetwork1/variables) | | | -| 6 | Enter 'lang' into the search box (why is there a button if it does auto search?) | I'd expect 2 variables to show: 'testVarLang' and 'textVarLang3Vir' | I also find 'textVarCategorical\_' and 'textVarNoRepeats' and I don't see why | | -| 7 | ------ | | | | -| 8 | ------ | | | | +| Step | Action | Expected result | Github bug/issue | Playwright test | +| ---- | -------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------- | ------------------------- | --------------- | +| 0 | Navigate to the [all variables screen](https://data-catalogue-acc.molgeniscloud.org/testCatalogue/ssr-catalogue/all) | End up on the overview page of the testNetwork1 | | | +| 1 | Click on VARIABLES in the menu | End up at [the variable screen](https://data-catalogue-acc.molgeniscloud.org/testCatalogue/ssr-catalogue/all/variables) | | | +| 2 | Go back using the browser back button | End up at [the all variables](https://data-catalogue-acc.molgeniscloud.org/testCatalogue/ssr-catalogue/all) | | | +| 3 | Click on the word VARIABLES underneath the logo | End up at [the variable screen](https://data-catalogue-acc.molgeniscloud.org/testCatalogue/ssr-catalogue/all/variables) | | | +| 4 | Go back by clicking the Molgenis logo in the top left | End up at [the all variables](https://data-catalogue-acc.molgeniscloud.org/testCatalogue/ssr-catalogue/all) | | | +| 5 | Click on the variables CTA | End up at [the variable screen](https://data-catalogue-acc.molgeniscloud.org/testCatalogue/ssr-catalogue/all/variables) | | | +| 6 | Check the breadcrumb | It should be "ALL > VARIABLES" | | +| 7 | Go back by clicking the ALL breadcrumb | End up at [the all variables](https://data-catalogue-acc.molgeniscloud.org/testCatalogue/ssr-catalogue/all) | | | +| 8 | Check the CTA's | There should be 3, names: "Resources", "Networks", and "Variables" | | | +| 9 | Check the title above each CTA | They should match the text on their respective CTA's | | | +| 10 | Check the description of the "Resources" CTA | It should read "Collections of data available (cohort, studies, biobank...)" | | | +| 11 | Check the description of the "Networks" CTA | It should read "Networks & Consortia" | | | +| 12 | Check the description of the "Variables" CTA | It should read "Harmonised variables" | | | +| 13 | Check The ribbon at the top of the screen | It should contain the options: "RESOURCES", "NETWORKS", "VARIABLES", and "MORE" | | | +| 14 | Mouse over "MORE" | It should reveal the options: "Other catalogues", and "Upload Data" | | | +| 15 | Check the texts below the CTAs | It should contain the number of "Participants", "Samples". The percentage of "Longitudinal", and the number of "subpopulations" | | | +| 16 | Each card containing a CTA should be lined out correctly | Each should take up the same amount of space and the room between them should be consistent. | Currently not the case | | +| 17 | Click on the "Resources" CTA | End up at [the resources screen](https://data-catalogue-acc.molgeniscloud.org/testCatalogue/ssr-catalogue/all/resources) | | | +| 18 | Click the filter for resource type | A list of possible resources to filter on should appear | Currently not implemented | | +| 19 | ------ | | | | +| 20 | ------ | | | | +| 20 | ------ | | | | +| 20 | ------ | | | | +| 20 | ------ | | | | +| 20 | ------ | | | | +| 20 | ------ | | | | + + + From 27a597d45082a304f45715e892d6b67820fb69a7 Mon Sep 17 00:00:00 2001 From: Joris de Keijser Date: Tue, 29 Oct 2024 15:00:55 +0100 Subject: [PATCH 02/15] chore: update test 11 --- .../catalogue/catalogue-test_11.md | 66 +++++++++++-------- 1 file changed, 38 insertions(+), 28 deletions(-) diff --git a/e2e/manual-tests/catalogue/catalogue-test_11.md b/e2e/manual-tests/catalogue/catalogue-test_11.md index 5f516ca1b5..e374a90494 100644 --- a/e2e/manual-tests/catalogue/catalogue-test_11.md +++ b/e2e/manual-tests/catalogue/catalogue-test_11.md @@ -12,34 +12,44 @@ A naïve visitor to the data catalogue can click around and search within 'all r # Steps -| Step | Action | Expected result | Github bug/issue | Playwright test | -| ---- | -------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------- | ------------------------- | --------------- | -| 0 | Navigate to the [all variables screen](https://data-catalogue-acc.molgeniscloud.org/testCatalogue/ssr-catalogue/all) | End up on the overview page of the testNetwork1 | | | -| 1 | Click on VARIABLES in the menu | End up at [the variable screen](https://data-catalogue-acc.molgeniscloud.org/testCatalogue/ssr-catalogue/all/variables) | | | -| 2 | Go back using the browser back button | End up at [the all variables](https://data-catalogue-acc.molgeniscloud.org/testCatalogue/ssr-catalogue/all) | | | -| 3 | Click on the word VARIABLES underneath the logo | End up at [the variable screen](https://data-catalogue-acc.molgeniscloud.org/testCatalogue/ssr-catalogue/all/variables) | | | -| 4 | Go back by clicking the Molgenis logo in the top left | End up at [the all variables](https://data-catalogue-acc.molgeniscloud.org/testCatalogue/ssr-catalogue/all) | | | -| 5 | Click on the variables CTA | End up at [the variable screen](https://data-catalogue-acc.molgeniscloud.org/testCatalogue/ssr-catalogue/all/variables) | | | -| 6 | Check the breadcrumb | It should be "ALL > VARIABLES" | | -| 7 | Go back by clicking the ALL breadcrumb | End up at [the all variables](https://data-catalogue-acc.molgeniscloud.org/testCatalogue/ssr-catalogue/all) | | | -| 8 | Check the CTA's | There should be 3, names: "Resources", "Networks", and "Variables" | | | -| 9 | Check the title above each CTA | They should match the text on their respective CTA's | | | -| 10 | Check the description of the "Resources" CTA | It should read "Collections of data available (cohort, studies, biobank...)" | | | -| 11 | Check the description of the "Networks" CTA | It should read "Networks & Consortia" | | | -| 12 | Check the description of the "Variables" CTA | It should read "Harmonised variables" | | | -| 13 | Check The ribbon at the top of the screen | It should contain the options: "RESOURCES", "NETWORKS", "VARIABLES", and "MORE" | | | -| 14 | Mouse over "MORE" | It should reveal the options: "Other catalogues", and "Upload Data" | | | -| 15 | Check the texts below the CTAs | It should contain the number of "Participants", "Samples". The percentage of "Longitudinal", and the number of "subpopulations" | | | -| 16 | Each card containing a CTA should be lined out correctly | Each should take up the same amount of space and the room between them should be consistent. | Currently not the case | | -| 17 | Click on the "Resources" CTA | End up at [the resources screen](https://data-catalogue-acc.molgeniscloud.org/testCatalogue/ssr-catalogue/all/resources) | | | -| 18 | Click the filter for resource type | A list of possible resources to filter on should appear | Currently not implemented | | -| 19 | ------ | | | | -| 20 | ------ | | | | -| 20 | ------ | | | | -| 20 | ------ | | | | -| 20 | ------ | | | | -| 20 | ------ | | | | -| 20 | ------ | | | | +| Step | Action | Expected result | Github bug/issue | Playwright test | +| ---- | -------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------- | --------------- | +| 0 | Navigate to the [all variables screen](https://data-catalogue-acc.molgeniscloud.org/testCatalogue/ssr-catalogue/all) | End up on the overview page of the testNetwork1 | | | +| 1 | Click on VARIABLES in the menu | End up at [the variable screen](https://data-catalogue-acc.molgeniscloud.org/testCatalogue/ssr-catalogue/all/variables) | | | +| 2 | Go back using the browser back button | End up at [the all variables](https://data-catalogue-acc.molgeniscloud.org/testCatalogue/ssr-catalogue/all) | | | +| 3 | Click on the word VARIABLES underneath the logo | End up at [the variable screen](https://data-catalogue-acc.molgeniscloud.org/testCatalogue/ssr-catalogue/all/variables) | | | +| 4 | Go back by clicking the Molgenis logo in the top left | End up at [the all variables](https://data-catalogue-acc.molgeniscloud.org/testCatalogue/ssr-catalogue/all) | | | +| 5 | Click on the variables CTA | End up at [the variable screen](https://data-catalogue-acc.molgeniscloud.org/testCatalogue/ssr-catalogue/all/variables) | | | +| 6 | Check the breadcrumb | It should be "ALL > VARIABLES" | | +| 7 | Go back by clicking the ALL breadcrumb | End up at [the all variables](https://data-catalogue-acc.molgeniscloud.org/testCatalogue/ssr-catalogue/all) | | | +| 8 | Check the CTA's | There should be 3, names: "Resources", "Networks", and "Variables" | | | +| 9 | Check the title above each CTA | They should match the text on their respective CTA's | | | +| 10 | Check the description of the "Resources" CTA | It should read "Collections of data available (cohort, studies, biobank...)" | | | +| 11 | Check the description of the "Networks" CTA | It should read "Networks & Consortia" | | | +| 12 | Check the description of the "Variables" CTA | It should read "Harmonised variables" | | | +| 13 | Check The ribbon at the top of the screen | It should contain the options: "RESOURCES", "NETWORKS", "VARIABLES", and "MORE" | | | +| 14 | Mouse over "MORE" | It should reveal the options: "Other catalogues", and "Upload Data" | | | +| 15 | Check the texts below the CTAs | It should contain the number of "Participants", "Samples". The percentage of "Longitudinal", and the number of "subpopulations" | | | +| 16 | Each card containing a CTA should be lined out correctly | Each should take up the same amount of space and the room between them should be consistent. | Currently not the case | | +| 17 | Click on the "Resources" CTA | End up at [the resources screen](https://data-catalogue-acc.molgeniscloud.org/testCatalogue/ssr-catalogue/all/resources) | | | +| 18 | Check the breadcrumb | It should be "ALL > RESOURCES" | | | +| 19 | Click the filter for resource type | A list of possible resources to filter on should appear | Currently not implemented | | +| 20 | Click on the "Networks" CTA | End up at [the networks screen](https://data-catalogue-acc.molgeniscloud.org/testCatalogue/ssr-catalogue/all/networks) | | | +| 21 | Check the breadcrumb | It should be "ALL > NETWORKS" | | | +| 22 | Check that it shows the correct number of networks | There should be 9 | | | +| 23 | Check the "Search in networks" filter | It should be the uncollapsed | | | +| 24 | Click the "Search in networks" input and enter "acronym" | There should be 3 results shown | | | +| 25 | Click the "Search in networks: acronym TRASH" button | The filter should be removed and 9 results should be shown again. | | | +| 26 | Click the "COMPACT" button | The shown networks should reduce in visible size and just show the name and description. | | | +| 26 | Click the title of the first network "acronym for test network of networks" | End up at [the overview page of the network] (https://data-catalogue-acc.molgeniscloud.org/testCatalogue/ssr-catalogue/all/networks/testNetworkofNetworks) | | | +| 26 | Check the breadcrumb | It should be "ALL > NETWORKS" | Is this correct? I feel like it should add "> currentName" | | +| 26 | Click "NETWORKS" in the breadcrumb | End up at [the networks screen](https://data-catalogue-acc.molgeniscloud.org/testCatalogue/ssr-catalogue/all/networks) again | | | +| 26 | Look at the first network "acronym for test network of networks" | | | | +| 26 | ------ | | | | +| 26 | ------ | | | | +| 26 | ------ | | | | +| 26 | ------ | | | | +| 26 | ------ | | | | From 1d0842906f6fbb1b7a682a4ee28f1cdceb9d2131 Mon Sep 17 00:00:00 2001 From: Joris de Keijser Date: Tue, 29 Oct 2024 15:01:39 +0100 Subject: [PATCH 03/15] chore: update test 11 --- e2e/manual-tests/catalogue/catalogue-test_11.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/e2e/manual-tests/catalogue/catalogue-test_11.md b/e2e/manual-tests/catalogue/catalogue-test_11.md index e374a90494..2f780cd375 100644 --- a/e2e/manual-tests/catalogue/catalogue-test_11.md +++ b/e2e/manual-tests/catalogue/catalogue-test_11.md @@ -44,7 +44,7 @@ A naïve visitor to the data catalogue can click around and search within 'all r | 26 | Click the title of the first network "acronym for test network of networks" | End up at [the overview page of the network] (https://data-catalogue-acc.molgeniscloud.org/testCatalogue/ssr-catalogue/all/networks/testNetworkofNetworks) | | | | 26 | Check the breadcrumb | It should be "ALL > NETWORKS" | Is this correct? I feel like it should add "> currentName" | | | 26 | Click "NETWORKS" in the breadcrumb | End up at [the networks screen](https://data-catalogue-acc.molgeniscloud.org/testCatalogue/ssr-catalogue/all/networks) again | | | -| 26 | Look at the first network "acronym for test network of networks" | | | | +| 26 | Look at the first network "acronym for test network of networks" | It should list it's name, description, "Type", and "Duration". "Design" and "Participants" should be empty. | | | | 26 | ------ | | | | | 26 | ------ | | | | | 26 | ------ | | | | @@ -53,3 +53,4 @@ A naïve visitor to the data catalogue can click around and search within 'all r + From ae10d9db2281e3127907a722f8ecdbd86d2252bb Mon Sep 17 00:00:00 2001 From: hslh Date: Wed, 30 Oct 2024 16:17:06 +0100 Subject: [PATCH 04/15] Fix bare URLs --- e2e/manual-tests/catalogue/catalogue-test_5.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/e2e/manual-tests/catalogue/catalogue-test_5.md b/e2e/manual-tests/catalogue/catalogue-test_5.md index b2c9d008b3..e7575ef14b 100644 --- a/e2e/manual-tests/catalogue/catalogue-test_5.md +++ b/e2e/manual-tests/catalogue/catalogue-test_5.md @@ -27,7 +27,7 @@ A naïve visitor to the data catalogue can click around in the catalogue and und | 10 | close website and return to catalogue | return to resource detail view page | | | | 11 | See that the following is visible on the left hand side of the screen | (logo for resource), Description, General design, Population, Organisations, Contributors, Available data & samples, Subpopulations, Collection events, Datasets, Networks, Publications, Access conditions, Funding & acknowledgements, Documentation | | | | 12 | See that the fields are filled as follows: | | | | -| 13 | First block: | small logo (test logo for cohort 2), , Contact button | | | +| 13 | First block: | small logo (test logo for cohort 2), , Contact button | | | | 14 | DESCRIPTION | This is the Test cohort 2. It has "other" options where possible. No end year, so "ongoing". Design paper = Birth of a cohort — the first 20 years of the Raine study, publications = other papers. No to data access fee. Here we have some extra text to... | | | | 15 | Click on the three dots next to the description text | the text is displayed fully ("check the read less / read more functionality on the cohort detail page" is added) , and clicking on 'read less' reduces the text again | | | | 16 | GENERAL DESIGN | | | | @@ -43,7 +43,7 @@ A naïve visitor to the data catalogue can click around in the catalogue and und | 25 | Design paper | Birth of a cohort — the first 20 years of the Raine study | | | | 26a | Click on the design paper | goes to the article in a new window | | | | 26b | close the window or reselect the catalogue display window | | | | -| 27 | PID | https://pid-for-testcohort2.org | | | +| 27 | PID | `https://pid-for-testcohort2.org` | | | | 27b| External identifiers| EUDRACT number: test external identifier for cohort 2 ||| | 28 | POPULATION | | | | | 29 | Countries | United Kingdom of Great Britain and Northern Ireland (the) | | | From aaa69efab72a4762a59d831183cbc12d36603e70 Mon Sep 17 00:00:00 2001 From: hslh Date: Wed, 30 Oct 2024 16:26:29 +0100 Subject: [PATCH 05/15] Merge test plan 3 into test plan 5 --- .../catalogue/catalogue-test_3.md | 27 ------------------- .../catalogue/catalogue-test_5.md | 8 +++--- 2 files changed, 5 insertions(+), 30 deletions(-) delete mode 100644 e2e/manual-tests/catalogue/catalogue-test_3.md diff --git a/e2e/manual-tests/catalogue/catalogue-test_3.md b/e2e/manual-tests/catalogue/catalogue-test_3.md deleted file mode 100644 index 9902ee60ea..0000000000 --- a/e2e/manual-tests/catalogue/catalogue-test_3.md +++ /dev/null @@ -1,27 +0,0 @@ -# Number - -3 - -# Role - -Naïve user of the data catalogue - -# Goal - -A naïve visitor to the data catalogue can click around in the catalogue and understand what they are seeing when viewing a cohort study. - -# Steps - -| Step | Action | Expected result | Github bug/issue | Playwright test | -| ---- | ------ | --------------- | ---------------- | --------------- | -| 1 | Navigate to [https://data-catalogue-acc.molgeniscloud.org/testCatalogue/ssr-catalogue/](https://data-catalogue-acc.molgeniscloud.org/testCatalogue/ssr-catalogue/) | Landing page: European health research data and sample catalogue | | | -| 2 | Hover over the testNetwork1 row | Row should be highlighted | | | -| 3 | Click on the testNetwork1 row | Should be directed to the testNetwork1 home page with 'Welcome to the catalogue of testNetwork1: name for test network1. Select one of the content categories listed below.', and Cohort studies (4), Data Sources (1), Databanks (3) and Variables (7) buttons | | | -| 3a | | There should be 3.700 participants, 498 samples, 25% Longitudinal and 3 Subpopulations given. | | | -| 3b | | In the ribbon at the top of the page there should be: Left: testNetwork1 logo, Right: (L-R) Cohort studies, Data Sources, Databanks, Variables, More (--> About, Other catalogues, Upload data)| | | -| 4 | Click on the 'Cohort studies' button under 'Cohort studies' | Should be directed to the list of cohorts for testNetwork1 with: Cohort studies logo, "COHORT STUDIES", "Cohorts & Biobanks", Detailed/Compact toggle buttons ('Detailed' is selected by default), "4 cohort studies", Filters on the LHS | | | -| 5 | Click on Compact | The list of cohort studies turns into a list of cohort study acronyms and cohort study names-in-full, with an arrow after each cohort study | | | -| 6 | Scroll down and click on the arrow next to 'acronym for test cohort 2' | Should be directed to the resource home page with: 'TESTNETWORK1 > COHORT STUDIES', 'ACRONYM FOR TEST COHORT 2', 'Name for test cohort 2' | | | -|6a || In the ribbon at the top of the page there should be: Left: testnetwork1 logo, Right: (L-R) Overview, Cohort studies, Data Sources, Databanks, More (--> Variables, About, Other catalogues, Upload data) | | | -| 6b || The following elements are listed: logo, website and Contact button, Description, General design, Population, Organisations, Contributors, Available data & samples, Subpopulations, Collection events, Datasets, Networks, Publications, Access conditions, Funding & Acknowledgements, Documentation | | | -| 7 | Click on the Cohort studies button in the ribbon | Should be directed back to the list of cohort studies for testnetwork1 | | | diff --git a/e2e/manual-tests/catalogue/catalogue-test_5.md b/e2e/manual-tests/catalogue/catalogue-test_5.md index e7575ef14b..b72229c8fd 100644 --- a/e2e/manual-tests/catalogue/catalogue-test_5.md +++ b/e2e/manual-tests/catalogue/catalogue-test_5.md @@ -15,11 +15,13 @@ A naïve visitor to the data catalogue can click around in the catalogue and und | Step | Action | Expected result | Github bug/issue | Playwright test | | ---- | ------ | --------------- | ---------------- | --------------- | | 0 | NB: Assumptions | This test plan assumes that the settings are configured to display the contact form rather than just an e-mail address. | | | -| 1 | Navigate to [MOLGENIS ACC test catalogue](https://data-catalogue-acc.molgeniscloud.org/testCatalogue/ssr-catalogue) | Landing page: European health research data and sample catalogue | | | +| 1 | Navigate to [testCatalogue on the acceptance server](https://data-catalogue-acc.molgeniscloud.org/testCatalogue/ssr-catalogue) | Landing page: European health research data and sample catalogue | | | | 2 | Navigate to Search All | Cohort studies, Data sources, Variables and Networks buttons are shown with numbers of each under each button | | | -| 3 | Click on the Cohort studies button | Cohort studies overview page with a list of all cohort studies in the system | | | +| 3a | Click on the Cohort studies button | Should be directed to the list of cohort studies with: Cohort studies logo, "COHORT STUDIES", "Cohorts & Biobanks", Detailed/Compact toggle buttons ('Detailed' is selected by default), Filters on the LHS | | | +| 3b | Click on Compact | The list of cohort studies turns into a list of cohort study acronyms and cohort study names (in full), with an arrow after each cohort study | | | | 4 | Type "name for test cohort" in the Search field top left | See that two cohort studies are presented in the list: "acronym for test cohort 1" and "acronym for test cohort 2" | | | -| 5 | Click on "Acronym for test cohort 2" | See that the resource detail page for Acronym for test cohort 2 is presented: "All > Cohort studies", ACRONYM FOR TEST COHORT 2, Name for test cohort 2 | | | +| 5a | Click on "Acronym for test cohort 2" | See that the resource detail page for Acronym for test cohort 2 is presented: "All > Cohort studies", ACRONYM FOR TEST COHORT 2, Name for test cohort 2 | | | +| 5b | | In the ribbon at the top of the page there should be: Left: Molgenis logo, Right: (L-R) Overview, Cohort studies, Data Sources, Databanks, More (--> Variables, About, Other catalogues, Upload data) | | | | 6 | Click on Contact | pop-up with "Name for test cohort 2", Contact, Name entry field, Email entry field, Organisation entry field, Topic dropdown, Message entry field, "or contact us at: ", Send button | | | | 7 | Type in test message, fill in your own email address and press 'Send' | an email is sent to Molgenis Support | | | | 8 | close the notification, if any pops up | return to the detailed page for "acronym for test cohort 2" | | | From 6b9f83285b145d08e68b73ce98cd25a909d04096 Mon Sep 17 00:00:00 2001 From: hslh Date: Wed, 30 Oct 2024 16:41:32 +0100 Subject: [PATCH 06/15] Update network information page structure --- e2e/manual-tests/catalogue/catalogue-test_1.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/e2e/manual-tests/catalogue/catalogue-test_1.md b/e2e/manual-tests/catalogue/catalogue-test_1.md index a981c75989..53e33b317c 100644 --- a/e2e/manual-tests/catalogue/catalogue-test_1.md +++ b/e2e/manual-tests/catalogue/catalogue-test_1.md @@ -32,6 +32,6 @@ A naïve visitor to the data catalogue can click around in the catalogue and und | 10 | Click on the 'Networks' button at the top | Should be directed to the list of networks with which testNetworkofNetworks is associated (testNetwork1, testNetwork2) | | true | | 11 | Click on testNetwork1 | Should be directed to the testNetwork1 detailed network page with website, description, partners, funding & citation requirements, list of cohorts, list of data sources and link to view the network's variables | | true | | 12 | Click on the 'Overview' button at the top | Should be directed back to the home page for testNetworkofNetworks | | true | -| 13 | Click on More --> About | Should be directed to the detailed network page for testNetworkofNetworks (THIS IS NOT THE SAME AS THE HOME PAGE!) with website, description, partners, funding & citation requirements, list of cohorts and link to view the network's variables | | true | +| 13 | Click on More --> About | Should be directed to the detailed network page for testNetworkofNetworks (THIS IS NOT THE SAME AS THE HOME PAGE!) with website, description, general design, population, partner organisations, publications, funding & acknowledgements, list of cohorts and link to view the network's variables | | true | | 14 | Click on More --> Other catalogues | Should be directed to the landing page showing all thematic and project catalogues, entitled "European Health Research Data and Sample Catalogue" | | true | | 15 | Click on More --> Upload data | Should be directed to the 'old' interface apps/central for the user to be able to sign in and upload data | | | From a7393c72f3522d7537083a7886c4232dfada9c26 Mon Sep 17 00:00:00 2001 From: hslh Date: Wed, 30 Oct 2024 16:43:26 +0100 Subject: [PATCH 07/15] Update network information page contents --- e2e/manual-tests/catalogue/catalogue-test_2.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/e2e/manual-tests/catalogue/catalogue-test_2.md b/e2e/manual-tests/catalogue/catalogue-test_2.md index 8f01aa9298..582ccd77a4 100644 --- a/e2e/manual-tests/catalogue/catalogue-test_2.md +++ b/e2e/manual-tests/catalogue/catalogue-test_2.md @@ -28,7 +28,7 @@ A naïve visitor to the data catalogue can click around in the catalogue and und | 8b | Click on the 'Databanks' button at the top | Should be directed to the list of databanks for testNetwork1 | | | | 9 | Click on 'More --> Variables' in the ribbon | Should be directed to the list of variables for testNetwork1 | | | | 10 | Click on the 'Overview' button at the top | Should be directed back to the home page for testNetwork1 | | | -| 11 | Click on More --> 'About' button | Should be directed to the detailed network page for testNetwork1 with website, description, partners, funding & acknowledgements, list of cohorts, list of data sources and link to view the network's variables | | | +| 11 | Click on More --> 'About' button | Should be directed to the detailed network page for testNetwork1 with logo, website, general design, population, partner organisations, datasets, networks, publications, funding & acknowledgements, list of cohorts, list of data sources and link to view the network's variables | | | | 12 | Click on More --> Other catalogues | Should be directed to the landing page showing all thematic and project catalogues, entitled "European Health Research Data and Sample Catalogue" | | | | 12a | Click on Upload data | Should be directed to the 'old' interface apps/central for the user to be able to sign in and upload data | | | | 12b | Click on back in the browser | Should be directed back to the landing page showing all thematic and project catalogues | | | From 87e9807d22022774426962938296ab9582c219d3 Mon Sep 17 00:00:00 2001 From: EleanorHyde-UMCG <80456579+EleanorHyde-UMCG@users.noreply.github.com> Date: Thu, 31 Oct 2024 17:12:37 +0100 Subject: [PATCH 08/15] menu changes, CTA changes --- .../catalogue/catalogue-test_1.md | 27 +++++++++---------- 1 file changed, 12 insertions(+), 15 deletions(-) diff --git a/e2e/manual-tests/catalogue/catalogue-test_1.md b/e2e/manual-tests/catalogue/catalogue-test_1.md index 53e33b317c..ec71e54f7b 100644 --- a/e2e/manual-tests/catalogue/catalogue-test_1.md +++ b/e2e/manual-tests/catalogue/catalogue-test_1.md @@ -17,21 +17,18 @@ A naïve visitor to the data catalogue can click around in the catalogue and und | 0 | NB: Assumptions | This test plan assumes a 'clean' set of test data, otherwise counts for variables etc. might be off. | | | | 1 | Navigate to [https://data-catalogue-acc.molgeniscloud.org/testCatalogue/ssr-catalogue/](https://data-catalogue-acc.molgeniscloud.org/testCatalogue/ssr-catalogue/) | Landing page: European health research data and sample catalogue| | true | | 2 | In section 'Project catalogues' hover over the testNetworkofNetworks row | Row should be highlighted | | true | -| 3 | Click on the testNetworkofNetworks row | Should be directed to the testNetworkofNetworks with 'Welcome to the catalogue of testNetworkofNetworks: name for test network of networks [etc]', and Cohort Studies (4), Data Sources (1), Databanks (3), Networks (2) and Variables (7) buttons | | true | -| 3a | | The text under each button is as follows: Cohorts & Biobanks, Integration of multiple databanks, Databanks & Registries, Networks & Consortia, Harmonised variables | | | +| 3 | Click on the testNetworkofNetworks row | Should be directed to the testNetworkofNetworks with 'Welcome to the catalogue of testNetworkofNetworks: name for test network of networks [etc]', and Collections (8), Networks (2) and Variables (7) buttons | | true | +| 3a | | The text under each button is as follows: Data & sample collections, Networks & Consortia, Harmonised variables | | | | 3b | | There should be 3.700 participants, 498 samples, 20% Longitudinal and 3 Subpopulations given.| | true | -| 3c | | In the ribbon at the top of the page there should be: Left: MOLGENIS logo, Right: (L-R) Cohort studies, Data sources, Databanks, Networks, More (More --> Variables, About, Other catalogues, Upload data) | [#3512](https://github.com/molgenis/molgenis-emx2/issues/3512) | true | +| 3c | | In the ribbon at the top of the page there should be: Left: MOLGENIS logo, Right: (L-R) Collections, Networks, Variables, About, More (More --> Other catalogues, Upload data) | [#3512](https://github.com/molgenis/molgenis-emx2/issues/3512) | true | | 4 | Click on the MOLGENIS logo | The page doesn't change | | true | -| 5 | Click on the 'Cohort studies' button at the top | Should be directed to the list of cohort studies for the testNetworkofNetworks | | true | +| 5 | Click on the 'Collections' button at the top | Should be directed to the list of collections for the testNetworkofNetworks | | true | | 6 | Click on the MOLGENIS logo | Should be directed back to the home page for testNetworkofNetworks | | true | -| 7 | Click on the 'Data sources' button at the top | Should be directed to the list of data sources for the testNetworkofNetworks | | true | -| 8 | Click on the 'Databanks' button at the top | Should be directed to the list of databanks for the testNetworkofNetworks | | true | -| 9 | Click on the 'Overview' button at the top |Should be directed back to the home page for testNetworkofNetworks | | true | -| 8 | Click on 'More'-->'Variables' in the ribbon | Should be directed to the list of variables for the testNetworkofNetworks | | true | -| 9| Click on the MOLGENIS logo at the top |Should be directed back to the home page for testNetworkofNetworks | | true | -| 10 | Click on the 'Networks' button at the top | Should be directed to the list of networks with which testNetworkofNetworks is associated (testNetwork1, testNetwork2) | | true | -| 11 | Click on testNetwork1 | Should be directed to the testNetwork1 detailed network page with website, description, partners, funding & citation requirements, list of cohorts, list of data sources and link to view the network's variables | | true | -| 12 | Click on the 'Overview' button at the top | Should be directed back to the home page for testNetworkofNetworks | | true | -| 13 | Click on More --> About | Should be directed to the detailed network page for testNetworkofNetworks (THIS IS NOT THE SAME AS THE HOME PAGE!) with website, description, general design, population, partner organisations, publications, funding & acknowledgements, list of cohorts and link to view the network's variables | | true | -| 14 | Click on More --> Other catalogues | Should be directed to the landing page showing all thematic and project catalogues, entitled "European Health Research Data and Sample Catalogue" | | true | -| 15 | Click on More --> Upload data | Should be directed to the 'old' interface apps/central for the user to be able to sign in and upload data | | | +| 7 | Click on the 'Variables' button at the top | Should be directed to the list of variables for the testNetworkofNetworks | | true | +| 8 | Click on the 'Overview' button at the top |Should be directed back to the home page for testNetworkofNetworks | | true | +| 9 | Click on the 'Networks' button at the top | Should be directed to the list of networks with which testNetworkofNetworks is associated (testNetwork1, testNetwork2) | | true | +| 10 | Click on testNetwork1 | Should be directed to the testNetwork1 detailed network page with information about the network organised into tiles with a matching menu on the left hand side | | true | +| 11 | Click on the 'Overview' button at the top | Should be directed back to the home page for testNetworkofNetworks | | true | +| 12 | Click on About | Should be directed to the detailed network page for testNetworkofNetworks (THIS IS NOT THE SAME AS THE HOME PAGE!) with website, description, general design, population, partner organisations, publications, funding & acknowledgements, list of cohorts and link to view the network's variables | | true | +| 13 | Click on More --> Other catalogues | Should be directed to the landing page showing all thematic and project catalogues, entitled "European Health Research Data and Sample Catalogue" | | true | +| 14 | Click on More --> Upload data | Should be directed to the 'old' interface apps/central for the user to be able to sign in and upload data | | | From 5f7289fc612006c62a532b7b5fc9b340c6c2288a Mon Sep 17 00:00:00 2001 From: EleanorHyde-UMCG <80456579+EleanorHyde-UMCG@users.noreply.github.com> Date: Thu, 31 Oct 2024 17:51:26 +0100 Subject: [PATCH 09/15] variable numbers and names tweaked --- .../catalogue/catalogue-test_7.md | 82 +++++++++---------- 1 file changed, 39 insertions(+), 43 deletions(-) diff --git a/e2e/manual-tests/catalogue/catalogue-test_7.md b/e2e/manual-tests/catalogue/catalogue-test_7.md index a26a41e88c..1870813acd 100644 --- a/e2e/manual-tests/catalogue/catalogue-test_7.md +++ b/e2e/manual-tests/catalogue/catalogue-test_7.md @@ -16,7 +16,7 @@ A researcher can filter on variables using the search filter, topics and cohorts | ---- | ------ | --------------- | ---------------- | --------------- | | 'ALL VARIABLES' VARIABLE EXPLORER | | | | | | 0 | NB: Assumptions | This test plan assumes a 'clean' set of test data, otherwise counts for variables etc. might be off. | | | -| 1 | Go to | The user goes to overview of all harmonised variables across all networks:         2253 variables | | | +| 1 | Go to | The user goes to overview of all harmonised variables across all networks:         2249 variables | | | | 2 | Type ‘adhd’ in search bar | 14 variables are listed | | | | 3 | Click on Harmonisations button | Harmonisation matrix is opened | | | | 4 | Scroll to the right to see Pelagie, testCohort1, testCohort2…| Pelagie has mappings for the first 7 variables, testCohort1, testCohort3 and testCohort4 have mappings on the ‘testVar…’ variables. | | | @@ -33,52 +33,50 @@ A researcher can filter on variables using the search filter, topics and cohorts | | | Harmonisation information is given for cohort Pelagie alone. | | | | | | The repeated variables are displayed in the correct numerical order. | | | | 14 | Go back using the browser’s back button. | Asthma filter is still in place in the overview, and no sources have been selected. | | | -| 15 | Remove ‘asthma’ from the search bar at the top. | The original list of 2253 variables is displayed. | | | +| 15 | Remove ‘asthma’ from the search bar at the top. | The original list of 2249 variables is displayed. | | | | 16 | On the left hand side, expand Topics, press Search for options | Pop-up with topics is displayed | | | | 17 | Type ‘lang’ in the search bar in the pop-up | List of topics is reduced to those highest-level topics including the letters ‘lang’ either in their name or in the hover text (whether in subtopics or highest-level topic itself)| | | | 18 | Find ‘Language’ under ‘Socio-demographic and economic characteristics’ and select that. | Subtopic Language and topic Socio-demographic and economic characteristics are both selected. | | | -| 19 | Press Show Results | 13 variables are displayed (8 existing vars + 5 test vars with keyword Language)| | | +| 19 | Press Show Results | 12 variables are displayed (8 existing vars + 4 test vars with keyword Language)| | | | 20 | Toggle back to ‘List of Variables’| The same variables are displayed in a list. | | | | 21 | Add ‘adhd’ in the search bar | 1 variable is displayed (only variables which match both criteria, i.e. testVarNoRepeats)| | | -| 22 | Delete ‘adhd’ in the search bar | List returns to 13 variables (just language now – 8 + 5 test vars)| | | +| 22 | Delete ‘adhd’ in the search bar | List returns to 12 variables (just language now – 8 + 4 test vars)| | | | 23 | On the left hand side, expand Sources | Long list of all the sources in the catalogue is displayed on the left hand side | | | | 24 | Select all 4 testCohorts. | See that the list of variables is reduced to: | | | -| | | testVarLang1, | | | -| | | testVarLang3Vir1, | | | +| | | testVarLang, | | | +| | | testVarLang3Vir, | | | | | | testVarNoRepeats | | | -| | |(just the test vars with keyword Language AND with a mapping to one of the cohorts, so not testVarLang2 or testVarCategorical)| | | +| | |(just the test vars with keyword Language AND with a mapping to one of the cohorts, so not testVarCategorical)| | | | 25 | Click on Harmonisations | Harmonisation matrix is displayed. The following variables are listed, with the following mappings: | | | -| | | testVarLang1 mapped to cohorts 1 and 4, | | | -| | | testVarLang3Vir1 mapped to cohorts 3 and 4, | | | +| | | testVarLang mapped to cohorts 1 and 4, | | | +| | | testVarLang3Vir mapped to cohorts 3 and 4, | | | | | | testVarNoRepeats mapped to cohorts 1,3 and 4. | | | | | | See that testcohort2 is shown despite having no mappings, because it has been actively selected. | | | -| | | See that variables testVarCategorical and testVarLang2 are NOT shown. | | | +| | | See that variables testVarCategorical is NOT shown. | | | | 26 | Add the filter ‘Virology’ on the left hand side (under Laboratory measures)| See that 4 variables are displayed. | | | -| | | Variable testVarVir2 mapped to cohorts 3 and 4 is added to the list. No other changes to the list. | | | -| 27 | Remove the source filters | 14 variables are displayed. The following mappings to the test variables are shown (scroll to the right): | | | +| | | Variable testVarVir mapped to cohorts 3 and 4 is added to the list. No other changes to the list. | | | +| 27 | Remove the source filters | 13 variables are displayed. The following mappings to the test variables are shown (scroll to the right): | | | | | | testVarCategorical with no mappings. | | | -| | | testVarLang1 mapped to cohorts 1 and 4. | | | -| | | testVarLang2 with no mappings. | | | -| | | testVarLang3Vir1 mapped to cohorts 3 and 4. | | | +| | | testVarLang mapped to cohorts 1 and 4. | | | +| | | testVarLang3Vir mapped to cohorts 3 and 4. | | | | | | testVarNoRepeats mapped to cohorts 1,3 and 4. | | | -| | | testVarVir2 mapped to cohorts 3 and 4. | | | +| | | testVarVir mapped to cohorts 3 and 4. | | | | | | See that variables with no mappings ARE displayed, and that cohorts with no mappings are also displayed. | | | | | | See that testVarRepeats_ is NOT shown (keyword adhd not selected). | | | | 28 | Remove the ‘Language’ filter | 2 variables are displayed and all the sources are displayed. The following mappings are shown: | | | -| | | testVarLang3Vir1 mapped to cohorts 3 and 4. | | | -| | | testVarVir2 mapped to cohorts 3 and 4 | | | +| | | testVarLang3Vir mapped to cohorts 3 and 4. | | | +| | | testVarVir mapped to cohorts 3 and 4 | | | | NETWORK-SPECIFIC VARIABLE EXPLORER | | | | | | 29 | Go to More --> Other Catalogues | The user goes to | | | | 30 | Click on TestNetwork1 | The user goes to | | | -| 31 | Choose Variables | The user goes to . 8 variables are displayed: | | | +| 31 | Choose Variables | The user goes to . 7 variables are displayed: | | | | | | testVarCategorical_, | | | -| | | testVarLang1, | | | -| | | testVarLang2, | | | -| | | testVarLang3Vir1, | | | +| | | testVarLang, | | | +| | | testVarLang3Vir, | | | | | | testVarNoRepeats, | | | | | | testVarRep-with-looong-name_(repeated for trimester 0-3), | | | | | | testVarRepeats_(repeated for year 0-10), | | | -| | | testVarVir2 | | | +| | | testVarVir | | | | 32 | Type ‘adhd’ in search bar | 2 variables are listed. | | | | | | testVarNoRepeats, | | | | | | testVarRepeats_(repeated for year 0-10)| | | @@ -87,11 +85,10 @@ A researcher can filter on variables using the search filter, topics and cohorts | 35 | Type ‘bio’ in the search bar | List of topics is reduced to those including the letters ‘bio’ either in their name or in the hover text (whether in subtopics or highest-level topic itself)| | | | 36 | Having found ‘Laboratory measures’, expand that to find ‘Biochemistry’ and click on that. Press Show Results. | See that no variables at all are displayed because there are no variables in testNetwork1 which match both criteria (search bar ‘adhd’ and topic ‘biochemistry’). | | | | 37 | Click open the ‘Search for options’ pop-up under Topics. Remove the ‘biochemistry’ filter and add ‘Language’ as a filter (under ‘Socio-demographic and economic characteristics’)| 1 variable is displayed: only testVarNoRepeats because that is the only variable with both keywords ‘adhd’ and ‘language’. All 8 sources in the network are shown. | | | -| 38 | Delete ‘adhd’ in the search bar | List returns to 5 variables (just the filter on language now). | | | +| 38 | Delete ‘adhd’ in the search bar | List returns to 4 variables (just the filter on language now). | | | | | | testVarCategorical_, | | | -| | | testVarLang1, | | | -| | | testVarLang2, | | | -| | | testVarLang3Vir1, | | | +| | | testVarLang, | | | +| | | testVarLang3Vir, | | | | | | testVarNoRepeats. | | | | | | All 8 sources in the network are shown because no source filter has been applied. | | | | 39 | On the left hand side, expand Sources | List of all 8 sources in the network is displayed on the left hand side | | | @@ -102,34 +99,33 @@ A researcher can filter on variables using the search filter, topics and cohorts | | | testVarNoRepeats mapped to cohorts 1, 3 and 4. | | | | | | See that testVarCategorical_ and testVarLang2 are not shown (because they have no mappings to the cohorts selected). | | | | | | TestCohort2 is shown despite having no mappings to these variables, because it has been selected in the source filter. | | | -| 42 | Add the filter ‘Virology’ in the topics on the left hand side (under ‘Laboratory measures’)| See that 4 variables are displayed, with the following mappings: | | | -| | | testVarLang1 with mappings to cohorts 1 and 4. | | | -| | | testVarLang3Vir1 with mappings to cohorts 3 and 4. | | | +| 42 | Add the filter ‘Virology’ in the topics on the left hand side (under ‘Laboratory measures’)| See that 3 variables are displayed, with the following mappings: | | | +| | | testVarLang with mappings to cohorts 1 and 4. | | | +| | | testVarLang3Vir with mappings to cohorts 3 and 4. | | | | | | testVarNoRepeats with mappings to cohorts 1,3,4. | | | -| | | testVarVir2 with mappings to cohorts 3 and 4. | | | +| | | testVarVir with mappings to cohorts 3 and 4. | | | | | | Testcohort2 is shown with no mappings. | | | -| | | Not shown: testVarCategorical_, testVarLang2 | | | +| | | Not shown: testVarCategorical_ | | | | 43 | Remove the filter ‘Language’ on the left hand side. | See that 2 variables are displayed, with the following mappings: | | | -| | | testVarLang3Vir1 with mappings to cohorts 3 and 4. | | | -| | | testVarVir2 with mappings to cohorts 3 and 4. | | | +| | | testVarLang3Vir with mappings to cohorts 3 and 4. | | | +| | | testVarVir with mappings to cohorts 3 and 4. | | | | | | See that testcohort1 and testcohort2 are shown, despite having no mappings, because they have been actively selected. | | | -| 44 | Remove the filters for testcohort2 and testcohort3 so that only testcohort1 and testcohort4 are selected. | Testcohort4 is shown and the list of variables remains the same. | | | -| | | testVarLang3Vir1 with mapping to cohort 4. | | | -| | | testVarVir2 with mapping to cohort 4. | | | +| 44 | Remove the filters for testcohort2 and testcohort3 so that only testcohort1 and testcohort4 are selected. | Testcohort1 and testcohort4 are shown and the list of variables remains the same. | | | +| | | testVarLang3Vir with mapping to cohort 4. | | | +| | | testVarVir with mapping to cohort 4. | | | | | | Testcohort1 is shown, with no mappings. | | | | | | See that testcohort 2 and 3 are NOT shown. | | | -| 45 | Remove all filters in the topics and remove all source filters by clicking on the rubbish bins at the top of the list of variables. | 8 variables are displayed (full list for testnetwork1) | | | +| 45 | Remove all filters in the topics and remove all source filters by clicking on the rubbish bins at the top of the list of variables. | 7 variables are displayed (full list for testnetwork1) | | | | | | testVarCategorical with no mappings. | | | -| | | testVarLang1 with mappings to cohorts 1 and 4. | | | -| | | testVarLang2 with no mappings. | | | -| | | testVarLang3Vir1 with mappings to cohorts 3 and 4. | | | +| | | testVarLang with mappings to cohorts 1 and 4. | | | +| | | testVarLang3Vir with mappings to cohorts 3 and 4. | | | | | | testVarNoRepeats with mappings to cohorts 1,3,4. | | | | | | testVarRepeats-with-a-very-looong-name_ with no mappings. | | | | | | testVarRepeats_ with mappings to cohorts 1,3,4. | | | -| | | testVarVir2 with mappings to cohorts 3 and 4. | | | +| | | testVarVir with mappings to cohorts 3 and 4. | | | | | | All 8 sources are displayed. | | | | 46 | Select testcohort2. | Message 'No variables found with current filters' is displayed. | | | -| 47 | Remove all the source filters. | 8 variables are displayed (full list for testnetwork1)| | | +| 47 | Remove all the source filters. | 7 variables are displayed (full list for testnetwork1)| | | | 48 | Click on testVarRepeats_ | Pop-up with short information about the variable appears | | | | 49 | Click on More Details | Individual page for variable testVarRepeats_ is displayed. | | | | | | Under the ‘harmonisation status’ block only testcohort1, 3 and 4 are shown. | | | From b315948db85888bea3296ea7c63b48638eab4e1a Mon Sep 17 00:00:00 2001 From: hslh Date: Fri, 1 Nov 2024 11:39:59 +0100 Subject: [PATCH 10/15] Update structure of network information page to current status --- .../catalogue/catalogue-test_2.md | 34 ++++++++++++------- 1 file changed, 22 insertions(+), 12 deletions(-) diff --git a/e2e/manual-tests/catalogue/catalogue-test_2.md b/e2e/manual-tests/catalogue/catalogue-test_2.md index 582ccd77a4..21128bba33 100644 --- a/e2e/manual-tests/catalogue/catalogue-test_2.md +++ b/e2e/manual-tests/catalogue/catalogue-test_2.md @@ -34,21 +34,31 @@ A naïve visitor to the data catalogue can click around in the catalogue and und | 12b | Click on back in the browser | Should be directed back to the landing page showing all thematic and project catalogues | | | | 13 | Click on testNetwork1 | Should be directed to the testNetwork1 home page with 'Welcome to the catalogue of testNetwork1: [etc]', and Cohorts (4), Data sources (1), Databanks (3), Variables (7) buttons | | | | 14 | Click on the underlined name of the catalogue in the "Welcome to the catalogue of..." text | ACRONYM FOR TESTNETWORK 1, name for testnetwork1 | | | -| 15 | Menu on the left hand side | ACRONYM FOR TESTNETWORK1, Description, Partners, Funding & Acknowledgements, Cohorts, Data Sources, Variables | | | -| 16 | First block | logo, | | | +| 15 | Menu on the left hand side | Logo, Description, General Design, Population, Organisations, Datasets, Networks, Publications, Funding & Acknowledgements | | | +| 16 | First block | Logo, | | | | 17 | Click on URL | You are taken to the Molgenis website in a separate window | | | | 18 | Go back to the catalogue window | | | | | 19 | DESCRIPTION | test description for new test network | | | -| 20 | PARTNERS | Amsterdam Medical Centre, Cynexo | | | -| 21 | FUNDING & ACKNOWLEDGEMENTS | lorem ipsum text, check that "until now" is shown at the end of both fields so that you know the full text has been displayed | | | -| 22 | COHORTS | A list of cohorts you can explore. | | | +| 20a | GENERAL DESIGN | Type Network, Network type EU4Health - Prevention, Start/End data collection 1975 until 2021, PID `https://pid-for-testnetwork1.org` | | | +| 20b | POPULATION | Central African Republic (the), Chad | | | +| 21 | ORGANISATIONS | Lead organisations, University Medical Center Groningen (UMCG), Netherlands (the) | | | +| | | Additional organisations, Amsterdam Medical Center (AMC), Netherlands (the), Cynexo (CYN), Italy | | | +| 22 | DATASETS | Datasets, List of datasets for this resource | | | +| | | Name, Description | | | +| | | cdm_1 -> | | | +| 23 | NETWORKS | Part of networks | | | +| | | name for test network of networks, > Website, -> | | | +| 24 | PUBLICATIONS | Two publications: 'Sustainability...phase 3 trials.' and 'Ten-year...randomized trial.' | | | +| 25 | FUNDING & ACKNOWLEDGEMENTS | lorem ipsum text, check that "until now" is shown at the end of both fields so that you know the full text has been displayed | | | + | | | -| | | Name for test cohort 2 Longitudinal 100 --> | | | -| | | testCohort3 --> | | | -| | | testCohort4 --> | | | -| 23 | Click on Name for test cohort 1 | A side pop-up is shown with the following information: NAME FOR TEST COHORT 1, This is the Test cohort 1. It has multiple entries ... see which is displayed. Website , Number of participants 600, Number of participants with samples 200 | | | -| 24 | Click on detail page | Go to the cohort overview page for ACRONYM FOR TEST COHORT 1 | | | +| | | Name for test cohort 1 Longitudinal 600 -> | | | +| | | Name for test cohort 2 Longitudinal 100 -> | | | +| | | testCohort3 -> | | | +| | | testCohort4 -> | | | +| 22b | Click on Name for test cohort 1 | A side pop-up is shown with the following information: NAME FOR TEST COHORT 1, This is the Test cohort 1. It has multiple entries ... see which is displayed. Website , Number of participants 600, Number of participants with samples 200 | | | +| 22c | Click on detail page | Go to the cohort overview page for ACRONYM FOR TEST COHORT 1 | | | | 25 | Go back | Back to network overview page | | | | 26 | DATA SOURCES | Data sources connected in this network| [#3744](https://github.com/molgenis/molgenis-emx2/issues/3744) | | | | | Name Type Number of participants | | | @@ -57,4 +67,4 @@ A naïve visitor to the data catalogue can click around in the catalogue and und | 28 | Go back | Come back to network overview page for testNetwork1 | | | | 29 | VARIABLES | Variables in this network | | | | | | View variables | | | -| 30 | Click on View variables | Get taken to the page with the list of variables for testNetwork1 | | | +| 30 | Click on View variables | Get taken to the page with the list of variables for testNetwork1 | | | --> From 398bf6cc4bdd3879ca0c7fdfc26ed4c6012b904d Mon Sep 17 00:00:00 2001 From: Joris de Keijser Date: Fri, 1 Nov 2024 12:15:12 +0100 Subject: [PATCH 11/15] chore: update test plan 11 --- .../catalogue/catalogue-test_11.md | 90 ++++++++++--------- 1 file changed, 47 insertions(+), 43 deletions(-) diff --git a/e2e/manual-tests/catalogue/catalogue-test_11.md b/e2e/manual-tests/catalogue/catalogue-test_11.md index 2f780cd375..444ff72b12 100644 --- a/e2e/manual-tests/catalogue/catalogue-test_11.md +++ b/e2e/manual-tests/catalogue/catalogue-test_11.md @@ -8,49 +8,53 @@ Naïve user of the data catalogue. # Goal -A naïve visitor to the data catalogue can click around and search within 'all resources'. +A naïve visitor to the data catalogue can click around the all catalogue content screen and search within 'all resources screen'. # Steps -| Step | Action | Expected result | Github bug/issue | Playwright test | -| ---- | -------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------- | --------------- | -| 0 | Navigate to the [all variables screen](https://data-catalogue-acc.molgeniscloud.org/testCatalogue/ssr-catalogue/all) | End up on the overview page of the testNetwork1 | | | -| 1 | Click on VARIABLES in the menu | End up at [the variable screen](https://data-catalogue-acc.molgeniscloud.org/testCatalogue/ssr-catalogue/all/variables) | | | -| 2 | Go back using the browser back button | End up at [the all variables](https://data-catalogue-acc.molgeniscloud.org/testCatalogue/ssr-catalogue/all) | | | -| 3 | Click on the word VARIABLES underneath the logo | End up at [the variable screen](https://data-catalogue-acc.molgeniscloud.org/testCatalogue/ssr-catalogue/all/variables) | | | -| 4 | Go back by clicking the Molgenis logo in the top left | End up at [the all variables](https://data-catalogue-acc.molgeniscloud.org/testCatalogue/ssr-catalogue/all) | | | -| 5 | Click on the variables CTA | End up at [the variable screen](https://data-catalogue-acc.molgeniscloud.org/testCatalogue/ssr-catalogue/all/variables) | | | -| 6 | Check the breadcrumb | It should be "ALL > VARIABLES" | | -| 7 | Go back by clicking the ALL breadcrumb | End up at [the all variables](https://data-catalogue-acc.molgeniscloud.org/testCatalogue/ssr-catalogue/all) | | | -| 8 | Check the CTA's | There should be 3, names: "Resources", "Networks", and "Variables" | | | -| 9 | Check the title above each CTA | They should match the text on their respective CTA's | | | -| 10 | Check the description of the "Resources" CTA | It should read "Collections of data available (cohort, studies, biobank...)" | | | -| 11 | Check the description of the "Networks" CTA | It should read "Networks & Consortia" | | | -| 12 | Check the description of the "Variables" CTA | It should read "Harmonised variables" | | | -| 13 | Check The ribbon at the top of the screen | It should contain the options: "RESOURCES", "NETWORKS", "VARIABLES", and "MORE" | | | -| 14 | Mouse over "MORE" | It should reveal the options: "Other catalogues", and "Upload Data" | | | -| 15 | Check the texts below the CTAs | It should contain the number of "Participants", "Samples". The percentage of "Longitudinal", and the number of "subpopulations" | | | -| 16 | Each card containing a CTA should be lined out correctly | Each should take up the same amount of space and the room between them should be consistent. | Currently not the case | | -| 17 | Click on the "Resources" CTA | End up at [the resources screen](https://data-catalogue-acc.molgeniscloud.org/testCatalogue/ssr-catalogue/all/resources) | | | -| 18 | Check the breadcrumb | It should be "ALL > RESOURCES" | | | -| 19 | Click the filter for resource type | A list of possible resources to filter on should appear | Currently not implemented | | -| 20 | Click on the "Networks" CTA | End up at [the networks screen](https://data-catalogue-acc.molgeniscloud.org/testCatalogue/ssr-catalogue/all/networks) | | | -| 21 | Check the breadcrumb | It should be "ALL > NETWORKS" | | | -| 22 | Check that it shows the correct number of networks | There should be 9 | | | -| 23 | Check the "Search in networks" filter | It should be the uncollapsed | | | -| 24 | Click the "Search in networks" input and enter "acronym" | There should be 3 results shown | | | -| 25 | Click the "Search in networks: acronym TRASH" button | The filter should be removed and 9 results should be shown again. | | | -| 26 | Click the "COMPACT" button | The shown networks should reduce in visible size and just show the name and description. | | | -| 26 | Click the title of the first network "acronym for test network of networks" | End up at [the overview page of the network] (https://data-catalogue-acc.molgeniscloud.org/testCatalogue/ssr-catalogue/all/networks/testNetworkofNetworks) | | | -| 26 | Check the breadcrumb | It should be "ALL > NETWORKS" | Is this correct? I feel like it should add "> currentName" | | -| 26 | Click "NETWORKS" in the breadcrumb | End up at [the networks screen](https://data-catalogue-acc.molgeniscloud.org/testCatalogue/ssr-catalogue/all/networks) again | | | -| 26 | Look at the first network "acronym for test network of networks" | It should list it's name, description, "Type", and "Duration". "Design" and "Participants" should be empty. | | | -| 26 | ------ | | | | -| 26 | ------ | | | | -| 26 | ------ | | | | -| 26 | ------ | | | | -| 26 | ------ | | | | - - - - +| Step | Action | Expected result | Github bug/issue | Playwright test | +| ---- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ---------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------ | --------------- | +| 0 | Navigate to the [all content screen](https://data-catalogue-acc.molgeniscloud.org/testCatalogue/ssr-catalogue/all) | End up on the overview page of the testNetwork1 | | | +| 1 | Click on VARIABLES in the menu | End up at [the variable screen](https://data-catalogue-acc.molgeniscloud.org/testCatalogue/ssr-catalogue/all/variables) | | | +| 2 | Go back using the browser back button | End up at [the all variables](https://data-catalogue-acc.molgeniscloud.org/testCatalogue/ssr-catalogue/all) | | | +| 3 | Click on the word VARIABLES underneath the logo | End up at [the variable screen](https://data-catalogue-acc.molgeniscloud.org/testCatalogue/ssr-catalogue/all/variables) | | | +| 4 | Go back by clicking the Molgenis logo in the top left | End up at [the all variables](https://data-catalogue-acc.molgeniscloud.org/testCatalogue/ssr-catalogue/all) | | | +| 5 | Click on the variables CTA | End up at [the variable screen](https://data-catalogue-acc.molgeniscloud.org/testCatalogue/ssr-catalogue/all/variables) | | | +| 6 | Check the breadcrumb | It should be "ALL > VARIABLES" | | +| 7 | Go back by clicking the ALL breadcrumb | End up at [the all variables](https://data-catalogue-acc.molgeniscloud.org/testCatalogue/ssr-catalogue/all) | | | +| 8 | Check the CTA's | There should be 3, names: "Collections", "Networks", and "Variables" | | | +| 9 | Check the title above each CTA | They should match the text on their respective CTA's | | | +| 10 | Check the description of the "Collections" CTA | It should read "Data and sample collections" | | | +| 11 | Check the description of the "Networks" CTA | It should read "Networks & Consortia" | | | +| 12 | Check the description of the "Variables" CTA | It should read "Harmonised variables" | | | +| 13 | Check The ribbon at the top of the screen | It should contain the options: "COLLECTIONS", "NETWORKS", "VARIABLES","OTHER CATALOGUES" and "MORE" | | | +| 14 | Mouse over "MORE" | It should reveal the options "Upload Data" | | | +| 15 | Check the texts below the CTAs | It should contain the number of "Participants", "Samples". The percentage of "Longitudinal", and the number of "subpopulations" | | | +| 16 | Each card containing a CTA should be lined out consistently | Each should take up the same amount of space and the room between them should be consistent. | | | +| ---- | ------------------------------------------------------------------------------------------------------------------ | ---------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------- | --------------- | +| 17 | Click on the "Networks" CTA | End up at [the networks screen](https://data-catalogue-acc.molgeniscloud.org/testCatalogue/ssr-catalogue/all/networks) | | | +| 18 | Check the breadcrumb | It should be "ALL > NETWORKS" | | | +| 19 | Check that it shows the correct number of networks | There should be 9 | | | +| 20 | Check the "Search in networks" filter | It should be the decollapsed | | | +| 21 | Click the "Search in networks" input and enter "acronym" | There should be 3 results shown | | | +| 22 | Click the "Search in networks: acronym TRASH" button | The filter should be removed and 9 results should be shown again. | | | +| 23 | Click the "COMPACT" button | The shown networks should reduce in visible size and just show the name and description. | | | +| 24 | Click the title of the first network "acronym for test network of networks" | End up at [the overview page of the network] (https://data-catalogue-acc.molgeniscloud.org/testCatalogue/ssr-catalogue/all/networks/testNetworkofNetworks) | | | +| 25 | Check the breadcrumb | It should be "ALL > NETWORKS" | | | +| 26 | Click "NETWORKS" in the breadcrumb | End up at [the networks screen](https://data-catalogue-acc.molgeniscloud.org/testCatalogue/ssr-catalogue/all/networks) again | | | +| 27 | Look at the first network "acronym for test network of networks" | It should list it's name, description, "Type", and "Duration". "Design" and "Participants" should be empty. | | | +| ---- | ------------------------------------------------------------------------------------------------------------------ | ---------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------- | --------------- | +| 28 | Click on the "Collections" CTA | End up at [the collections screen](https://data-catalogue-acc.molgeniscloud.org/testCatalogue/ssr-catalogue/all/collections) | | | +| 29 | Check the breadcrumb | It should be "ALL > COLLECTIONS". | +| 30 | Check the number of collections | There should be 96 collections. | | | +| 31 | Check the filters for the "Collection type" filter | It should be decollapsed. | | | +| 32 | Click the 'Cohort study' 'Collection type' filter | The list of collections should now contain 57 results. | | | +| 33 | Click the 'Data source' 'Collection type' filter | The list of collections should now contain 61 results. | | | +| 34 | Click in the 'Active filters' bar the remove "Collection type - 2" button | All 96 collections should be displayed again. | | | +| 35 | Mouse over the (I) icon behind 'Biobank' in the 'Collection type' filter | A tooltip should appear, reading: 'Repositories of biological samples.'. | | | +| 36 | Click on the 'Collection type' filters | It should collapse, hiding its options. | | | +| 37 | Click the 'Areas of information' filter | It should decollapse its options. | | | +| 38 | Click the Search for options butotn in the 'Areas of information' filter. | It should open a modal with a list of all filter options. | | | +| 39 | Scroll the list all the way down using the scroll wheel on the mouse. Note: if the list is not long enough to scroll, decollapse some of its list structure to make it larger. | After it reaches the bottom of the list, nothing should happen. | Issue: the background starts scrolling | | +| 40 | Scroll the list back up using the mouse wheel. | The list should scroll back up. | Issue: the background scrolls up first, before the list starts scrolling | | +| 41 | Check the ribbon at the top of the screen. | It should contain the options: "OVERVIEW", "COLLECTIONS", "NETWORKS", "VARIABLES", and "MORE" | | | From b5489ae19798200ea36d5283ebc0e851720fea82 Mon Sep 17 00:00:00 2001 From: Joris de Keijser Date: Fri, 1 Nov 2024 12:15:40 +0100 Subject: [PATCH 12/15] chore: typo --- e2e/manual-tests/catalogue/catalogue-test_11.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/e2e/manual-tests/catalogue/catalogue-test_11.md b/e2e/manual-tests/catalogue/catalogue-test_11.md index 444ff72b12..ad16c06a14 100644 --- a/e2e/manual-tests/catalogue/catalogue-test_11.md +++ b/e2e/manual-tests/catalogue/catalogue-test_11.md @@ -54,7 +54,7 @@ A naïve visitor to the data catalogue can click around the all catalogue conten | 35 | Mouse over the (I) icon behind 'Biobank' in the 'Collection type' filter | A tooltip should appear, reading: 'Repositories of biological samples.'. | | | | 36 | Click on the 'Collection type' filters | It should collapse, hiding its options. | | | | 37 | Click the 'Areas of information' filter | It should decollapse its options. | | | -| 38 | Click the Search for options butotn in the 'Areas of information' filter. | It should open a modal with a list of all filter options. | | | +| 38 | Click the Search for options button in the 'Areas of information' filter. | It should open a modal with a list of all filter options. | | | | 39 | Scroll the list all the way down using the scroll wheel on the mouse. Note: if the list is not long enough to scroll, decollapse some of its list structure to make it larger. | After it reaches the bottom of the list, nothing should happen. | Issue: the background starts scrolling | | | 40 | Scroll the list back up using the mouse wheel. | The list should scroll back up. | Issue: the background scrolls up first, before the list starts scrolling | | | 41 | Check the ribbon at the top of the screen. | It should contain the options: "OVERVIEW", "COLLECTIONS", "NETWORKS", "VARIABLES", and "MORE" | | | From 1466ba4107e45afaa7ab0876fe668e39b501bdf6 Mon Sep 17 00:00:00 2001 From: hslh Date: Fri, 1 Nov 2024 13:23:07 +0100 Subject: [PATCH 13/15] Reflect changes in navigation menu ribbon since new CTA structure --- .../catalogue/catalogue-test_8.md | 136 ++++++++---------- 1 file changed, 63 insertions(+), 73 deletions(-) diff --git a/e2e/manual-tests/catalogue/catalogue-test_8.md b/e2e/manual-tests/catalogue/catalogue-test_8.md index 0cf1181719..1970521dfd 100644 --- a/e2e/manual-tests/catalogue/catalogue-test_8.md +++ b/e2e/manual-tests/catalogue/catalogue-test_8.md @@ -14,119 +14,109 @@ A naïve visitor to the data catalogue can click around through items in the men | Step | Action | Expected result | Github bug/issue | Playwright test | | ---- | ------ | --------------- |----------------- | --------------- | -| 1 | Navigate to [ssr-catalogue/](https://data-catalogue-acc.molgeniscloud.org/testCatalogue/ssr-catalogue/) | Landing page: European health research data and sample catalogue. The ribbon reads: `MOLGENIS` logo, `HOME`, `ALL RESOURCES`, `ALL VARIABLES`, `UPLOAD DATA` | | | +| 1 | Navigate to [ssr-catalogue/](https://data-catalogue-acc.molgeniscloud.org/testCatalogue/ssr-catalogue/) | Landing page: European health research data and sample catalogue. The ribbon reads: `MOLGENIS` logo, `HOME`, `ALL COLLECTIONS`, `ALL VARIABLES`, `ALL NETWORKS`, `MORE` | | | | 2a | Hover over the `MOLGENIS` logo in the top left | The logo slightly increases in size | | | | 2b | Click on the `MOLGENIS` logo in the top left | The page does not reload and the user stays on the same page | | | | 3 | Hover over the `HOME` button | `HOME` is underlined | | | | 4 | Click on the `HOME` button | The page is reloaded | | | -| 5 | Hover over the `ALL RESOURCES` button | `ALL RESOURCES` is underlined | | | -| 6 | Click on the `ALL RESOURCES` button | The user goes to [/ssr-catalogue/all](https://data-catalogue-acc.molgeniscloud.org/testCatalogue/ssr-catalogue/all) | | | +| 5 | Hover over the `ALL COLLECTIONS` button | `ALL COLLECTIONS` is underlined | | | +| 6 | Click on the `ALL COLLECTIONS` button | The user goes to [/ssr-catalogue/all/collections](https://data-catalogue-acc.molgeniscloud.org/testCatalogue/ssr-catalogue/all/collections) | | | | 7 | Use the browser's ⬅️ button | The user goes back to [/ssr-catalogue](https://data-catalogue-acc.molgeniscloud.org/testCatalogue/ssr-catalogue/) | | | | 8 | Hover over the `ALL VARIABLES` button | `ALL VARIABLES` is underlined | | | | 9 | Click on the `ALL VARIABLES` button | The user goes to [/ssr-catalogue/all/variables](https://data-catalogue-acc.molgeniscloud.org/testCatalogue/ssr-catalogue/all/variables) | | | | 10 | Use the browser's ⬅️ button | The user goes back to [/ssr-catalogue](https://data-catalogue-acc.molgeniscloud.org/testCatalogue/ssr-catalogue/) | | | -| 11 | Navigate to [/ssr-catalogue/all](https://data-catalogue-acc.molgeniscloud.org/testCatalogue/ssr-catalogue/all) | The ribbon reads: `MOLGENIS` logo, `RESOURCES`, `COHORT STUDIES`, `DATA SOURCES`, `DATABANKS`, `MORE` | | | +| 11 | Navigate to [/ssr-catalogue/all](https://data-catalogue-acc.molgeniscloud.org/testCatalogue/ssr-catalogue/all) | The ribbon reads: `MOLGENIS` logo, `COLLECTIONS`, `NETWORKS`, `VARIABLES`, `OTHER CATALOGUES`, `MORE` | | | | 12 | Hover over the `MOLGENIS` logo in the top left | The logo slightly increases in size | | | | 13 | Click on the `MOLGENIS` logo in the top left | The page does not reload and the user stays on the same page | | | -| 14 | Hover over the `OVERVIEW` button | `OVERVIEW` is underlined | | | -| 15 | Click on the `OVERVIEW` button | The page is reloaded | | | -| 16 | Hover over the `COHORTS` button | `COHORTS` is underlined | | | -| 17 | Click on the `COHORTS` button | The user goes to [/ssr-catalogue/all/cohorts](https://data-catalogue-acc.molgeniscloud.org/testCatalogue/ssr-catalogue/all/cohorts) | | | -| 18 | Use the browser's ⬅️ button | The user goes back to [/ssr-catalogue/all](https://data-catalogue-acc.molgeniscloud.org/testCatalogue/ssr-catalogue/all) | | | -| 19 | Hover over the `DATA SOURCES` button | `DATA SOURCES` is underlined | | | -| 20 | Click on the `DATA SOURCES` button | The user goes to [/ssr-catalogue/all/datasources](https://data-catalogue-acc.molgeniscloud.org/testCatalogue/ssr-catalogue/all/datasources) | | | -| 21 | Use the browser's ⬅️ button | The user goes back to [/ssr-catalogue/all](https://data-catalogue-acc.molgeniscloud.org/testCatalogue/ssr-catalogue/all) | | | -| 22 | Hover over the `VARIABLES` button | `VARIABLES` is underlined | | | -| 23 | Click on the `VARIABLES` button | The user goes to [/ssr-catalogue/all/variables](https://data-catalogue-acc.molgeniscloud.org/testCatalogue/ssr-catalogue/all/variables) | | | -| 24 | Use the browser's ⬅️ button | The user goes back to [/ssr-catalogue/all](https://data-catalogue-acc.molgeniscloud.org/testCatalogue/ssr-catalogue/all) | | | -| 25 | Hover over the `MORE` button | A drop-down menu with `Networks`, `Other catalogues` and `Upload data` presented as options | | | -| 26 | Click on `Networks` | The user goes to [/ssr-catalogue/all/networks](https://data-catalogue-acc.molgeniscloud.org/testCatalogue/ssr-catalogue/all/networks) | | | -| 27 | Use the browser's ⬅️ button | The user goes back to [/ssr-catalogue/all](https://data-catalogue-acc.molgeniscloud.org/testCatalogue/ssr-catalogue/all) | | | -| 28 | Hover over the `MORE` button | A drop-down menu with `Networks`, `Other catalogues` and `Upload data` presented as options | | | -| 29 | Click on `Other catalogues` | The user goes to [/ssr-catalogue/](https://data-catalogue-acc.molgeniscloud.org/testCatalogue/ssr-catalogue/) | | | -| 30 | Use the browser's ⬅️ button | The user goes back to [/ssr-catalogue/all](https://data-catalogue-acc.molgeniscloud.org/testCatalogue/ssr-catalogue/all) | | | +| 14 | Hover over the `COLLECTIONS` button | `COLLECTIONS` is underlined | | | +| 15 | Click on the `COLLECTIONS` button | The user goes to [/ssr-catalogue/all/collections](https://data-catalogue-acc.molgeniscloud.org/testCatalogue/ssr-catalogue/all/collections) | | | +| 16 | Use the browser's ⬅️ button | The user goes back to [/ssr-catalogue/all](https://data-catalogue-acc.molgeniscloud.org/testCatalogue/ssr-catalogue/all) | | | +| 17 | Hover over the `NETWORKS` button | `NETWORKS` is underlined | | | +| 18 | Click on the `NETWORKS` button | The user goes to [/ssr-catalogue/all/networks](https://data-catalogue-acc.molgeniscloud.org/testCatalogue/ssr-catalogue/all/networks) | | | +| 19 | Use the browser's ⬅️ button | The user goes back to [/ssr-catalogue/all](https://data-catalogue-acc.molgeniscloud.org/testCatalogue/ssr-catalogue/all) | | | +| 20 | Hover over the `VARIABLES` button | `VARIABLES` is underlined | | | +| 21 | Click on the `VARIABLES` button | The user goes to [/ssr-catalogue/all/variables](https://data-catalogue-acc.molgeniscloud.org/testCatalogue/ssr-catalogue/all/variables) | | | +| 22 | Use the browser's ⬅️ button | The user goes back to [/ssr-catalogue/all](https://data-catalogue-acc.molgeniscloud.org/testCatalogue/ssr-catalogue/all) | | | +| 23 | Hover over the `OTHER CATALOGUES` button | `OTHER CATALOGUES` is underlined | | | +| 24 | Click on the `OTHER CATALOGUES` button | The user goes to [/ssr-catalogue/](https://data-catalogue-acc.molgeniscloud.org/testCatalogue/ssr-catalogue/) | | | +| 25 | Use the browser's ⬅️ button | The user goes back to [/ssr-catalogue/all](https://data-catalogue-acc.molgeniscloud.org/testCatalogue/ssr-catalogue/all) | | | +| 26 | Hover over the `MORE` button | A drop-down menu is presented with `Upload data` as the single option | | | | | | | | | -| 31 | Navigate to [/ssr-catalogue/all/variables](https://data-catalogue-acc.molgeniscloud.org/testCatalogue/ssr-catalogue/all/variables) | The ribbon reads: `MOLGENIS` logo, `OVERVIEW`, `COHORTS`, `DATA SOURCES`, `VARIABLES`, `MORE` | | | +| 31 | Navigate to [/ssr-catalogue/all/variables](https://data-catalogue-acc.molgeniscloud.org/testCatalogue/ssr-catalogue/all/variables) | The ribbon reads: `MOLGENIS` logo, `OVERVIEW`, `COLLECTIONS`, `NETWORKS`, `VARIABLES`, `MORE` | | | | 32 | Hover over the `MOLGENIS` logo in the top left | The logo slightly increases in size | | | | 33 | Click on the `MOLGENIS` logo in the top left | The user goes to [/ssr-catalogue/all](https://data-catalogue-acc.molgeniscloud.org/testCatalogue/ssr-catalogue/all) | | | | 34 | Use the browser's ⬅️ button | The user goes back to [/ssr-catalogue/all/variables](https://data-catalogue-acc.molgeniscloud.org/testCatalogue/ssr-catalogue/all/variables) | | | | 35 | Hover over the `OVERVIEW` button | `OVERVIEW` underlined | | | | 36 | Click on the `OVERVIEW` button | The user goes to [/ssr-catalogue/all](https://data-catalogue-acc.molgeniscloud.org/testCatalogue/ssr-catalogue/all) | | | | 37 | Use the browser's ⬅️ button | The user goes back to [/ssr-catalogue/all/variables](https://data-catalogue-acc.molgeniscloud.org/testCatalogue/ssr-catalogue/all/variables) | | | -| 38 | Hover over the `COHORTS` button | `COHORTS` underlined | | | -| 39 | Click on the `COHORTS` button | The user goes to [/ssr-catalogue/all/cohorts](https://data-catalogue-acc.molgeniscloud.org/testCatalogue/ssr-catalogue/all/cohorts) | | | +| 38 | Hover over the `COLLECTIONS` button | `COLLECTIONS` underlined | | | +| 39 | Click on the `COLLECTIONS` button | The user goes to [/ssr-catalogue/all/collections](https://data-catalogue-acc.molgeniscloud.org/testCatalogue/ssr-catalogue/all/collections) | | | | 40 | Use the browser's ⬅️ button | The user goes back to [/ssr-catalogue/all/variables](https://data-catalogue-acc.molgeniscloud.org/testCatalogue/ssr-catalogue/all/variables) | | | -| 41 | Hover over the `DATA SOURCES` button | `DATA SOURCES` underlined | | | -| 42 | Click on the `DATA SOURCES` button | The user goes to [/ssr-catalogue/all/datasources](https://data-catalogue-acc.molgeniscloud.org/testCatalogue/ssr-catalogue/all/datasources) | | | +| 41 | Hover over the `NETWORKS` button | `NETWORKS` underlined | | | +| 42 | Click on the `NETWORKS` button | The user goes to [/ssr-catalogue/all/networks](https://data-catalogue-acc.molgeniscloud.org/testCatalogue/ssr-catalogue/all/networks) | | | | 43 | Use the browser's ⬅️ button | The user goes back to [/ssr-catalogue/all/variables](https://data-catalogue-acc.molgeniscloud.org/testCatalogue/ssr-catalogue/all/variables) | | | | 44 | Hover over the `VARIABLES` button | `VARIABLES` underlined | | | | 45 | Click on the `VARIABLES` button | The page is reloaded | | | | 46 | Hover over `MORE` | A drop-down menu with `Networks`, `Other catalogues` and `Upload data` presented as options | | | | 47 | Click on `Networks` | The user goes to [/ssr-catalogue/all/networks](https://data-catalogue-acc.molgeniscloud.org/testCatalogue/ssr-catalogue/all/networks) | | | | 48 | Use the browser's ⬅️ button | The user goes back to [/ssr-catalogue/all/variables](https://data-catalogue-acc.molgeniscloud.org/testCatalogue/ssr-catalogue/all/variables) | | | -| 48b | Hover over `MORE` | A drop-down menu with `Networks`, `Other catalogues` and `Upload data` presented as options | | | +| 48b | Hover over `MORE` | A drop-down menu is presented with `Other catalogues` and `Upload data` as options | | | | 49 | Click on `Other catalogues` | The user goes to [/ssr-catalogue/](https://data-catalogue-acc.molgeniscloud.org/testCatalogue/ssr-catalogue/) | | | | 50 | Use the browser's ⬅️ button | The user goes back to [/ssr-catalogue/all/variables](https://data-catalogue-acc.molgeniscloud.org/testCatalogue/ssr-catalogue/all/variables) | | | | | | | | | -| 51 | Navigate to [/ssr-catalogue/all/cohorts](https://data-catalogue-acc.molgeniscloud.org/testCatalogue/ssr-catalogue/all/cohorts) | The ribbon reads: `MOLGENIS` logo, `OVERVIEW`, `COHORTS`, `DATA SOURCES`, `VARIABLES`, `MORE` | | | +| 51 | Navigate to [/ssr-catalogue/all/collections](https://data-catalogue-acc.molgeniscloud.org/testCatalogue/ssr-catalogue/all/collections) | The ribbon reads: `MOLGENIS` logo, `OVERVIEW`, `COLLECTIONS`, `NETWORKS`, `VARIABLES`, `MORE` | | | | 52 | Hover over the `MOLGENIS` logo in the top left | The logo slightly increases in size | | | | 53 | Click on the `MOLGENIS` logo in the top left | The user goes to [/ssr-catalogue/all](https://data-catalogue-acc.molgeniscloud.org/testCatalogue/ssr-catalogue/all) | | | -| 54 | Use the browser's ⬅️ button | The user goes back to [/ssr-catalogue/all/cohorts](https://data-catalogue-acc.molgeniscloud.org/testCatalogue/ssr-catalogue/all/cohorts) | | | +| 54 | Use the browser's ⬅️ button | The user goes back to [/ssr-catalogue/all/collections](https://data-catalogue-acc.molgeniscloud.org/testCatalogue/ssr-catalogue/all/collections) | | | | 55 | Hover over the `OVERVIEW` button | `OVERVIEW` underlined | | | | 56 | Click on the `OVERVIEW` button | The user goes to [/ssr-catalogue/all](https://data-catalogue-acc.molgeniscloud.org/testCatalogue/ssr-catalogue/all) | | | -| 57 | Use the browser's ⬅️ button | The user goes back to [/ssr-catalogue/all/cohorts](https://data-catalogue-acc.molgeniscloud.org/testCatalogue/ssr-catalogue/all/cohorts) | | | -| 58 | Hover over the `COHORTS` button | `COHORTS` underlined | | | -| 59 | Click on the `COHORTS` button | The page is reloaded | | | -| 60 | Hover over the `DATA SOURCES` button | `DATA SOURCES` underlined | | | -| 61 | Click on the `DATA SOURCES` button | The user goes to [/ssr-catalogue/all/datasources](https://data-catalogue-acc.molgeniscloud.org/testCatalogue/ssr-catalogue/all/datasources) | | | -| 62 | Use the browser's ⬅️ button | The user goes back to [/ssr-catalogue/all/cohorts](https://data-catalogue-acc.molgeniscloud.org/testCatalogue/ssr-catalogue/all/cohorts) | | | +| 57 | Use the browser's ⬅️ button | The user goes back to [/ssr-catalogue/all/collections](https://data-catalogue-acc.molgeniscloud.org/testCatalogue/ssr-catalogue/all/collections) | | | +| 58 | Hover over the `COLLECTIONS` button | `COLLECTIONS` underlined | | | +| 59 | Click on the `COLLECTIONS` button | The page is reloaded | | | +| 60 | Hover over the `NETWORKS` button | `NETWORKS` underlined | | | +| 61 | Click on the `NETWORKS` button | The user goes to [/ssr-catalogue/all/networks](https://data-catalogue-acc.molgeniscloud.org/testCatalogue/ssr-catalogue/all/networks) | | | +| 62 | Use the browser's ⬅️ button | The user goes back to [/ssr-catalogue/all/collections](https://data-catalogue-acc.molgeniscloud.org/testCatalogue/ssr-catalogue/all/collections) | | | | 63 | Hover over the `VARIABLES` button | `VARIABLES` underlined | | | | 64 | Click on the `VARIABLES` button | The user goes to [/ssr-catalogue/all/variables](https://data-catalogue-acc.molgeniscloud.org/testCatalogue/ssr-catalogue/all/variables) | | | -| 65 | Use the browser's ⬅️ button | The user goes back to [/ssr-catalogue/all/cohorts](https://data-catalogue-acc.molgeniscloud.org/testCatalogue/ssr-catalogue/all/cohorts) | | | -| 66 | Hover over `MORE` | A drop-down menu with `Networks`, `Other catalogues` and `Upload data` presented as options | | | -| 67 | Click on `Networks` | The user goes to [/ssr-catalogue/all/networks](https://data-catalogue-acc.molgeniscloud.org/testCatalogue/ssr-catalogue/all/networks) | | | -| 68 | Use the browser's ⬅️ button | The user goes back to [/ssr-catalogue/all/cohorts](https://data-catalogue-acc.molgeniscloud.org/testCatalogue/ssr-catalogue/all/cohorts) | | | -| 68b | Hover over `MORE` | A drop-down menu with `Networks`, `Other catalogues` and `Upload data` presented as options | | | -| 69 | Click on `Other catalogues` | The user goes to [/ssr-catalogue/](https://data-catalogue-acc.molgeniscloud.org/testCatalogue/ssr-catalogue/) | | | -| 70 | Use the browser's ⬅️ button | The user goes back to [/ssr-catalogue/all/cohorts](https://data-catalogue-acc.molgeniscloud.org/testCatalogue/ssr-catalogue/all/cohorts) | | | +| 65 | Use the browser's ⬅️ button | The user goes back to [/ssr-catalogue/all/collections](https://data-catalogue-acc.molgeniscloud.org/testCatalogue/ssr-catalogue/all/collections) | | | +| 66 | Hover over `MORE` | A drop-down menu is presented with `Other catalogues` and `Upload data` as options | | | +| 67 | Click on `Other catalogues` | The user goes to [/ssr-catalogue/](https://data-catalogue-acc.molgeniscloud.org/testCatalogue/ssr-catalogue/) | | | +| 68 | Use the browser's ⬅️ button | The user goes back to [/ssr-catalogue/all/collections](https://data-catalogue-acc.molgeniscloud.org/testCatalogue/ssr-catalogue/all/collections) | | | +| 69 | Click on `More` --> `Upload data` | Should be directed to the 'old' interface apps/central for the user to be able to sign in and upload data | | | +| 70 | Use the browser's ⬅️ button | The user goes back to [/ssr-catalogue/all/collections](https://data-catalogue-acc.molgeniscloud.org/testCatalogue/ssr-catalogue/all/collections) | | | | | | | | | -| 70a | Click on `More` --> `Upload data` | Should be directed to the 'old' interface apps/central for the user to be able to sign in and upload data | | | -| 70b | Use the browser's ⬅️ button | The user goes back to [/ssr-catalogue/all/cohorts](https://data-catalogue-acc.molgeniscloud.org/testCatalogue/ssr-catalogue/all/cohorts) | | | -| 71 | Navigate to [/ssr-catalogue/all/datasources](https://data-catalogue-acc.molgeniscloud.org/testCatalogue/ssr-catalogue/all/datasources) | The ribbon reads: `MOLGENIS` logo, `OVERVIEW`, `COHORTS`, `DATA SOURCES`, `VARIABLES`, `MORE` | | | +| 71 | Navigate to [/ssr-catalogue/all/networks](https://data-catalogue-acc.molgeniscloud.org/testCatalogue/ssr-catalogue/all/networks) | The ribbon reads: `MOLGENIS` logo, `OVERVIEW`, `COLLECTIONS`, `NETWORKS`, `VARIABLES`, `MORE` | | | | 72 | Hover over the `MOLGENIS` logo in the top left | The logo slightly increases in size | | | | 73 | Click on the `MOLGENIS` logo in the top left | The user goes to [/ssr-catalogue/all](https://data-catalogue-acc.molgeniscloud.org/testCatalogue/ssr-catalogue/all) | | | -| 74 | Use the browser's ⬅️ button | The user goes back to [/ssr-catalogue/all/datasources](https://data-catalogue-acc.molgeniscloud.org/testCatalogue/ssr-catalogue/all/datasources) | | | +| 74 | Use the browser's ⬅️ button | The user goes back to [/ssr-catalogue/all/networks](https://data-catalogue-acc.molgeniscloud.org/testCatalogue/ssr-catalogue/all/networks) | | | | 75 | Hover over the `OVERVIEW` button | `OVERVIEW` underlined | | | | 76 | Click on the `OVERVIEW` button | The user goes to [/ssr-catalogue/all](https://data-catalogue-acc.molgeniscloud.org/testCatalogue/ssr-catalogue/all) | | | -| 77 | Use the browser's ⬅️ button | The user goes back to [/ssr-catalogue/all/datasources](https://data-catalogue-acc.molgeniscloud.org/testCatalogue/ssr-catalogue/all/datasources) | | | -| 78 | Hover over the `COHORTS` button | `COHORTS` underlined | | | -| 79 | Click on the `COHORTS` button | The user goes to [/ssr-catalogue/all/cohorts](https://data-catalogue-acc.molgeniscloud.org/testCatalogue/ssr-catalogue/all/cohorts) | | | -| 80 | Use the browser's ⬅️ button | The user goes back to [/ssr-catalogue/all/datasources](https://data-catalogue-acc.molgeniscloud.org/testCatalogue/ssr-catalogue/all/datasources) | | | -| 81 | Hover over the `DATA SOURCES` button | `DATA SOURCES` underlined | | | -| 82 | Click on the `DATA SOURCES` button | The page is reloaded | | | +| 77 | Use the browser's ⬅️ button | The user goes back to [/ssr-catalogue/all/networks](https://data-catalogue-acc.molgeniscloud.org/testCatalogue/ssr-catalogue/all/networks) | | | +| 78 | Hover over the `COLLECTIONS` button | `COLLECTIONS` underlined | | | +| 79 | Click on the `COLLECTIONS` button | The user goes to [/ssr-catalogue/all/collections](https://data-catalogue-acc.molgeniscloud.org/testCatalogue/ssr-catalogue/all/collections) | | | +| 80 | Use the browser's ⬅️ button | The user goes back to [/ssr-catalogue/all/networks](https://data-catalogue-acc.molgeniscloud.org/testCatalogue/ssr-catalogue/all/networks) | | | +| 81 | Hover over the `NETWORKS` button | `NETWORKS` underlined | | | +| 82 | Click on the `NETWORKS` button | The page is reloaded | | | | 83 | Hover over the `VARIABLES` button | `VARIABLES` underlined | | | | 84 | Click on the `VARIABLES` button | The user goes to [/ssr-catalogue/all/variables](https://data-catalogue-acc.molgeniscloud.org/testCatalogue/ssr-catalogue/all/variables) | | | -| 85 | Use the browser's ⬅️ button | The user goes back to [/ssr-catalogue/all/datasources](https://data-catalogue-acc.molgeniscloud.org/testCatalogue/ssr-catalogue/all/datasources) | | | -| 86 | Hover over `MORE` | A drop-down menu with `Networks`, `Other catalogues` and `Upload data` presented as options | | | -| 87 | Click on `Networks` | The user goes to [/ssr-catalogue/all/networks](https://data-catalogue-acc.molgeniscloud.org/testCatalogue/ssr-catalogue/all/networks) | | | -| 88 | Use the browser's ⬅️ button | The user goes back to [/ssr-catalogue/all/datasources](https://data-catalogue-acc.molgeniscloud.org/testCatalogue/ssr-catalogue/all/datasources) | | | -| 88b | Hover over `MORE` | A drop-down menu with `Networks`, `Other catalogues` and `Upload data` presented as options | | | -| 89 | Click on `Other catalogues` | The user goes to [/ssr-catalogue/](https://data-catalogue-acc.molgeniscloud.org/testCatalogue/ssr-catalogue/) | | | -| 90 | Click on **testnetwork1** | The user goes to [/ssr-catalogue/testNetwork1](https://data-catalogue-acc.molgeniscloud.org/testCatalogue/ssr-catalogue/testNetwork1). | | | -| 90b | | The ribbon reads: `MOLGENIS` logo, `OVERVIEW`, `COHORTS`, `DATA SOURCES`, `VARIABLES`, `MORE` | | | -| 91 | Click on the `MOLGENIS` logo in the top left | The page remains the same | | | -| 92 | Click on `OVERVIEW` | The page reloads | | | -| 93 | Click on `COHORTS` | The user goes to [/ssr-catalogue/testNetwork1/cohorts](https://data-catalogue-acc.molgeniscloud.org/testCatalogue/ssr-catalogue/testNetwork1/cohorts) | | | -| 94 | Click on `MOLGENIS` logo | The user goes to [/ssr-catalogue/testNetwork1](https://data-catalogue-acc.molgeniscloud.org/testCatalogue/ssr-catalogue/testNetwork1) | | | -| 95 | Click on `DATA SOURCES` | The user goes to [/ssr-catalogue/testNetwork1/datasources](https://data-catalogue-acc.molgeniscloud.org/testCatalogue/ssr-catalogue/testNetwork1/datasources) | | | -| 96 | Click on `OVERVIEW` | The user goes to [/ssr-catalogue/testNetwork1](https://data-catalogue-acc.molgeniscloud.org/testCatalogue/ssr-catalogue/testNetwork1) | | | +| 85 | Use the browser's ⬅️ button | The user goes back to [/ssr-catalogue/all/networks](https://data-catalogue-acc.molgeniscloud.org/testCatalogue/ssr-catalogue/all/networks) | | | +| 86 | Hover over `MORE` | A drop-down menu is presented with `Other catalogues` and `Upload data` as options | | | +| 87 | Click on `Other catalogues` | The user goes to [/ssr-catalogue/](https://data-catalogue-acc.molgeniscloud.org/testCatalogue/ssr-catalogue/) | | | +| | | | | | +| 88 | Click on **testnetwork1** | The user goes to [/ssr-catalogue/testNetwork1](https://data-catalogue-acc.molgeniscloud.org/testCatalogue/ssr-catalogue/testNetwork1). | | | +| 89 | | The ribbon reads: test logo, `COLLECTIONS`, `VARIABLES`, `ABOUT`, `OTHER CATALOGUES`, `MORE` | | | +| 91 | Click on the test logo in the top left | The page remains the same | | | +| 93 | Click on `COLLECTIONS` | The user goes to [/ssr-catalogue/testNetwork1/collections](https://data-catalogue-acc.molgeniscloud.org/testCatalogue/ssr-catalogue/testNetwork1/collections) | | | +| 94 | Click on the test logo | The user goes to [/ssr-catalogue/testNetwork1](https://data-catalogue-acc.molgeniscloud.org/testCatalogue/ssr-catalogue/testNetwork1) | | | | 97 | Click on `VARIABLES` | The user goes to [/ssr-catalogue/testNetwork1/variables](https://data-catalogue-acc.molgeniscloud.org/testCatalogue/ssr-catalogue/testNetwork1/variables) | | | -| 98 | Hover on `MORE` and then click `About` | The user goes to [/ssr-catalogue/testNetwork1/networks/testNetwork1](https://data-catalogue-acc.molgeniscloud.org/testCatalogue/ssr-catalogue/testNetwork1/networks/testNetwork1) | | | +| 98 | Click on `About` | The user goes to [/ssr-catalogue/testNetwork1/about/testNetwork1](https://data-catalogue-acc.molgeniscloud.org/testCatalogue/ssr-catalogue/testNetwork1/about/testNetwork1) | | | | 99 | Hover on `MORE` and then click `Other catalogues` | The user goes to [/ssr-catalogue/](https://data-catalogue-acc.molgeniscloud.org/testCatalogue/ssr-catalogue/) | | | -| 99a| See that `Upload data` is a separate menu item. Click on it. | Should be directed to the 'old' interface apps/central for the user to be able to sign in and upload data | | | -|99b| Use the browser's ⬅️ button | The user goes back to [/ssr-catalogue/](https://data-catalogue-acc.molgeniscloud.org/testCatalogue/ssr-catalogue/) | | | -| 100 | Click on **OOM** under *Project Catalogues* | The user goes to [/ssr-catalogue/OOM](https://data-catalogue-acc.molgeniscloud.org/testCatalogue/ssr-catalogue/OOM). Menu = Molgenis logo, Overview, Cohorts, Data Sources, Variables, More | | | -| 101 | Hover on `MORE` | 4 options are provided: Networks, About, Other catalogues, Upload data | | | -| 102 | Hover on `MORE` and click on `Other Catalogues` | The user goes to [/ssr-catalogue/](https://data-catalogue-acc.molgeniscloud.org/testCatalogue/ssr-catalogue/) | | | +| 99a | See that `Upload data` is a menu item under `MORE`. Click on it. | The user is directed to the 'old' interface apps/central to be able to sign in and upload data | | | +| 99b | Use the browser's ⬅️ button | The user goes back to [/ssr-catalogue/](https://data-catalogue-acc.molgeniscloud.org/testCatalogue/ssr-catalogue/) | | | +| 100a | Click on **OOM** under *Project Catalogues* | The user goes to [/ssr-catalogue/OOM](https://data-catalogue-acc.molgeniscloud.org/testCatalogue/ssr-catalogue/OOM). | | | +| 100b | | The ribbon reads: `MOLGENIS` logo, `COLLECTIONS`, `NETWORKS`, `VARIABLES`, `ABOUT`, `MORE` | | | +| 101 | Hover on `MORE` | 4 options are provided: `Other catalogues`, `Upload data` | | | +| 102 | Click on `Other Catalogues` | The user goes to [/ssr-catalogue/](https://data-catalogue-acc.molgeniscloud.org/testCatalogue/ssr-catalogue/) | | | | | [THIS EXTRA TEST STEP CAN BE RENDERED INVALID BY PRODUCTION DATA FOR LONGITOOLS BEING COPIED INTO ACC - SEE IT AS A BONUS STEP!] | | | | -| 103 | Click on **LongITools** under *Project Catalogues* | The user goes to [/ssr-catalogue/LongITools](https://data-catalogue-acc.molgeniscloud.org/testCatalogue/ssr-catalogue/LongITools). Menu = Molgenis logo, Overview, Cohorts, About, Other Catalogues, More | | | +| 103a | Click on **LongITools** under *Project Catalogues* | The user goes to [/ssr-catalogue/LongITools](https://data-catalogue-acc.molgeniscloud.org/testCatalogue/ssr-catalogue/LongITools). | | | +| 103b | | The ribbon reads: `MOLGENIS` logo, `COLLECTIONS`, `VARIABLES`, `ABOUT`, `OTHER CATALOGUES`, `MORE`. | | | From 674ef3e3f084c68eab8266e70c462f5cd4b768c6 Mon Sep 17 00:00:00 2001 From: hslh Date: Fri, 1 Nov 2024 13:27:50 +0100 Subject: [PATCH 14/15] Reflect new structure of 'search all' --- e2e/manual-tests/catalogue/catalogue-test_9.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/e2e/manual-tests/catalogue/catalogue-test_9.md b/e2e/manual-tests/catalogue/catalogue-test_9.md index e686dac063..02d5b1e28d 100644 --- a/e2e/manual-tests/catalogue/catalogue-test_9.md +++ b/e2e/manual-tests/catalogue/catalogue-test_9.md @@ -8,15 +8,15 @@ Naïve user of the data catalogue # Goal -A naïve visitor to the data catalogue can click around in the catalogue and understand what they are seeing when viewing a resource in detail. Multiple values in fields are displayed correctly. Not all fields on the page are tested (See test plan 5 for full test of this page). +A naïve visitor to the data catalogue can click around in the catalogue and understand what they are seeing when viewing a resource in detail. Multiple values in fields are displayed correctly. Not all fields on the page are tested (see test plan 5 for full test of this page). # Steps | Step | Action | Expected result | Github bug/issue | Playwright test | | -----| -------| ----------------| -----------------| ----------------| -| 1 | Navigate to [MOLGENIS ACC test catalogue](https://data-catalogue-acc.molgeniscloud.org/testCatalogue/ssr-catalogue) | Landing page: European health research data and sample catalogue | | | -| 2 | Navigate to Search All | Cohort studies, Data sources, Variables and Networks buttons are shown with numbers of each under each button | | | -| 3 | Click on the Cohort studies button | Cohort studies overview page with a list of all cohort studies in the system | | | +| 1 | Navigate to [testCatalogue on the acceptance server](https://data-catalogue-acc.molgeniscloud.org/testCatalogue/ssr-catalogue) | Landing page: European health research data and sample catalogue | | | +| 2 | Click the `SEARCH ALL` button | `COLLECTIONS`, `NETWORKS` and `VARIABLES` buttons are with the number of each under the button | | | +| 3 | Click on the `COLLECTIONS` button | Collections overview page with a list of all collections in the system | | | | 4 | Type "Name for test cohort" in the Search field top left | See that two cohorts are presented in the list: "acronym for test cohort 1" and "acronym for test cohort 2" | | | | 5 | Click on "acronym for test cohort 1" | See that the resource information page for test cohort 1 is presented: "All > cohort studies", acronym for test cohort 1, Name for test cohort 1 | | | | 6 | See that the fields are filled as follows:| | | | From ab6eb4ab3d4b5d7a8f054ed4fdc5474d415b4cc8 Mon Sep 17 00:00:00 2001 From: hslh Date: Fri, 1 Nov 2024 13:42:17 +0100 Subject: [PATCH 15/15] Fix Markdown formatting/layout --- .../catalogue/catalogue-test_11.md | 94 +++++++++---------- 1 file changed, 47 insertions(+), 47 deletions(-) diff --git a/e2e/manual-tests/catalogue/catalogue-test_11.md b/e2e/manual-tests/catalogue/catalogue-test_11.md index ad16c06a14..27847fd394 100644 --- a/e2e/manual-tests/catalogue/catalogue-test_11.md +++ b/e2e/manual-tests/catalogue/catalogue-test_11.md @@ -8,53 +8,53 @@ Naïve user of the data catalogue. # Goal -A naïve visitor to the data catalogue can click around the all catalogue content screen and search within 'all resources screen'. +A naïve visitor to the data catalogue can click around the 'browse all catalogue content'-screen and search within 'all resources'-screen. # Steps -| Step | Action | Expected result | Github bug/issue | Playwright test | -| ---- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ---------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------ | --------------- | -| 0 | Navigate to the [all content screen](https://data-catalogue-acc.molgeniscloud.org/testCatalogue/ssr-catalogue/all) | End up on the overview page of the testNetwork1 | | | -| 1 | Click on VARIABLES in the menu | End up at [the variable screen](https://data-catalogue-acc.molgeniscloud.org/testCatalogue/ssr-catalogue/all/variables) | | | -| 2 | Go back using the browser back button | End up at [the all variables](https://data-catalogue-acc.molgeniscloud.org/testCatalogue/ssr-catalogue/all) | | | -| 3 | Click on the word VARIABLES underneath the logo | End up at [the variable screen](https://data-catalogue-acc.molgeniscloud.org/testCatalogue/ssr-catalogue/all/variables) | | | -| 4 | Go back by clicking the Molgenis logo in the top left | End up at [the all variables](https://data-catalogue-acc.molgeniscloud.org/testCatalogue/ssr-catalogue/all) | | | -| 5 | Click on the variables CTA | End up at [the variable screen](https://data-catalogue-acc.molgeniscloud.org/testCatalogue/ssr-catalogue/all/variables) | | | -| 6 | Check the breadcrumb | It should be "ALL > VARIABLES" | | -| 7 | Go back by clicking the ALL breadcrumb | End up at [the all variables](https://data-catalogue-acc.molgeniscloud.org/testCatalogue/ssr-catalogue/all) | | | -| 8 | Check the CTA's | There should be 3, names: "Collections", "Networks", and "Variables" | | | -| 9 | Check the title above each CTA | They should match the text on their respective CTA's | | | -| 10 | Check the description of the "Collections" CTA | It should read "Data and sample collections" | | | -| 11 | Check the description of the "Networks" CTA | It should read "Networks & Consortia" | | | -| 12 | Check the description of the "Variables" CTA | It should read "Harmonised variables" | | | -| 13 | Check The ribbon at the top of the screen | It should contain the options: "COLLECTIONS", "NETWORKS", "VARIABLES","OTHER CATALOGUES" and "MORE" | | | -| 14 | Mouse over "MORE" | It should reveal the options "Upload Data" | | | -| 15 | Check the texts below the CTAs | It should contain the number of "Participants", "Samples". The percentage of "Longitudinal", and the number of "subpopulations" | | | -| 16 | Each card containing a CTA should be lined out consistently | Each should take up the same amount of space and the room between them should be consistent. | | | -| ---- | ------------------------------------------------------------------------------------------------------------------ | ---------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------- | --------------- | -| 17 | Click on the "Networks" CTA | End up at [the networks screen](https://data-catalogue-acc.molgeniscloud.org/testCatalogue/ssr-catalogue/all/networks) | | | -| 18 | Check the breadcrumb | It should be "ALL > NETWORKS" | | | -| 19 | Check that it shows the correct number of networks | There should be 9 | | | -| 20 | Check the "Search in networks" filter | It should be the decollapsed | | | -| 21 | Click the "Search in networks" input and enter "acronym" | There should be 3 results shown | | | -| 22 | Click the "Search in networks: acronym TRASH" button | The filter should be removed and 9 results should be shown again. | | | -| 23 | Click the "COMPACT" button | The shown networks should reduce in visible size and just show the name and description. | | | -| 24 | Click the title of the first network "acronym for test network of networks" | End up at [the overview page of the network] (https://data-catalogue-acc.molgeniscloud.org/testCatalogue/ssr-catalogue/all/networks/testNetworkofNetworks) | | | -| 25 | Check the breadcrumb | It should be "ALL > NETWORKS" | | | -| 26 | Click "NETWORKS" in the breadcrumb | End up at [the networks screen](https://data-catalogue-acc.molgeniscloud.org/testCatalogue/ssr-catalogue/all/networks) again | | | -| 27 | Look at the first network "acronym for test network of networks" | It should list it's name, description, "Type", and "Duration". "Design" and "Participants" should be empty. | | | -| ---- | ------------------------------------------------------------------------------------------------------------------ | ---------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------- | --------------- | -| 28 | Click on the "Collections" CTA | End up at [the collections screen](https://data-catalogue-acc.molgeniscloud.org/testCatalogue/ssr-catalogue/all/collections) | | | -| 29 | Check the breadcrumb | It should be "ALL > COLLECTIONS". | -| 30 | Check the number of collections | There should be 96 collections. | | | -| 31 | Check the filters for the "Collection type" filter | It should be decollapsed. | | | -| 32 | Click the 'Cohort study' 'Collection type' filter | The list of collections should now contain 57 results. | | | -| 33 | Click the 'Data source' 'Collection type' filter | The list of collections should now contain 61 results. | | | -| 34 | Click in the 'Active filters' bar the remove "Collection type - 2" button | All 96 collections should be displayed again. | | | -| 35 | Mouse over the (I) icon behind 'Biobank' in the 'Collection type' filter | A tooltip should appear, reading: 'Repositories of biological samples.'. | | | -| 36 | Click on the 'Collection type' filters | It should collapse, hiding its options. | | | -| 37 | Click the 'Areas of information' filter | It should decollapse its options. | | | -| 38 | Click the Search for options button in the 'Areas of information' filter. | It should open a modal with a list of all filter options. | | | -| 39 | Scroll the list all the way down using the scroll wheel on the mouse. Note: if the list is not long enough to scroll, decollapse some of its list structure to make it larger. | After it reaches the bottom of the list, nothing should happen. | Issue: the background starts scrolling | | -| 40 | Scroll the list back up using the mouse wheel. | The list should scroll back up. | Issue: the background scrolls up first, before the list starts scrolling | | -| 41 | Check the ribbon at the top of the screen. | It should contain the options: "OVERVIEW", "COLLECTIONS", "NETWORKS", "VARIABLES", and "MORE" | | | +| Step | Action | Expected result | Github bug/issue | Playwright test | +| ---- | ------ | --------------- | ---------------- | --------------- | +| 0 | Navigate to the [browse all catalogue content screen](https://data-catalogue-acc.molgeniscloud.org/testCatalogue/ssr-catalogue/all) | End up on the 'browse all catalogue contents'-screen | | | +| 1 | Click on `VARIABLES` in the menu | End up at [the variable screen](https://data-catalogue-acc.molgeniscloud.org/testCatalogue/ssr-catalogue/all/variables) | | | +| 2 | Go back using the browser back button | End up at [the all variables](https://data-catalogue-acc.molgeniscloud.org/testCatalogue/ssr-catalogue/all) | | | +| 3 | Click on the word `VARIABLES` underneath the logo | End up at [the variable screen](https://data-catalogue-acc.molgeniscloud.org/testCatalogue/ssr-catalogue/all/variables) | | | +| 4 | Go back by clicking the Molgenis logo in the top left | End up at [the all variables](https://data-catalogue-acc.molgeniscloud.org/testCatalogue/ssr-catalogue/all) | | | +| 5 | Click on the variables CTA | End up at [the variable screen](https://data-catalogue-acc.molgeniscloud.org/testCatalogue/ssr-catalogue/all/variables) | | | +| 6 | Check the breadcrumb | It should be "ALL > VARIABLES" | | | +| 7 | Go back by clicking the ALL breadcrumb | End up at [the all variables](https://data-catalogue-acc.molgeniscloud.org/testCatalogue/ssr-catalogue/all) | | | +| 8 | Check the CTA's | There should be 3, names: `Collections`, `Networks`, and `Variables` | | | +| 9 | Check the title above each CTA | They should match the text on their respective CTA's | | | +| 10 | Check the description of the `Collections` CTA | It should read "Data and sample collections" | | | +| 11 | Check the description of the `Networks` CTA | It should read "Networks & Consortia" | | | +| 12 | Check the description of the `Variables` CTA | It should read "Harmonised variables" | | | +| 13 | Check The ribbon at the top of the screen | It should contain the options: `COLLECTIONS`, `NETWORKS`, `VARIABLES`,"OTHER CATALOGUES" and `MORE` | | | +| 14 | Mouse over `MORE` | It should reveal the options "Upload Data" | | | +| 15 | Check the texts below the CTAs | It should contain the number of `Participants`, `Samples`. The percentage of `Longitudinal`, and the number of `subpopulations` | | | +| 16 | Each card containing a CTA should be lined out consistently | Each should take up the same amount of space and the room between them should be consistent. | | | +| | | | | | +| 17 | Click on the `Networks` CTA | End up at [the networks screen](https://data-catalogue-acc.molgeniscloud.org/testCatalogue/ssr-catalogue/all/networks) | | | +| 18 | Check the breadcrumb | It should be "ALL > NETWORKS" | | | +| 19 | Check that it shows the correct number of networks | There should be 9 | | | +| 20 | Check the "Search in networks" filter | It should be the decollapsed | | | +| 21 | Click the "Search in networks" input and enter 'acronym' | There should be 3 results shown | | | +| 22 | Click the "Search in networks: acronym TRASH" button | The filter should be removed and 9 results should be shown again. | | | +| 23 | Click the `COMPACT` button | The shown networks should reduce in visible size and just show the name and description. | | | +| 24 | Click the title of the first network "acronym for test network of networks" | End up at [the overview page of the network](https://data-catalogue-acc.molgeniscloud.org/testCatalogue/ssr-catalogue/all/networks/testNetworkofNetworks) | | | +| 25 | Check the breadcrumb | It should be "ALL > NETWORKS" | | | +| 26 | Click `NETWORKS` in the breadcrumb | End up at [the networks screen](https://data-catalogue-acc.molgeniscloud.org/testCatalogue/ssr-catalogue/all/networks) again | | | +| 27 | Look at the first network "acronym for test network of networks" | It should list it's name, description, `Type`, and `Duration`. `Design` and `Participants` should be empty. | | | +| | | | | | +| 28 | Click on the `Collections` CTA | End up at [the collections screen](https://data-catalogue-acc.molgeniscloud.org/testCatalogue/ssr-catalogue/all/collections) | | | +| 29 | Check the breadcrumb | It should be "ALL > COLLECTIONS". | | | +| 30 | Check the number of collections | There should be 96 collections. | | | +| 31 | Check the filters for the "Collection type" filter | It should be decollapsed. | | | +| 32 | Click the 'Cohort study' 'Collection type' filter | The list of collections should now contain 57 results. | | | +| 33 | Click the 'Data source' 'Collection type' filter | The list of collections should now contain 61 results. | | | +| 34 | Click in the 'Active filters' bar the remove "Collection type - 2" button | All 96 collections should be displayed again. | | | +| 35 | Mouse over the (I) icon behind 'Biobank' in the 'Collection type' filter | A tooltip should appear, reading: 'Repositories of biological samples.'. | | | +| 36 | Click on the 'Collection type' filters | It should collapse, hiding its options. | | | +| 37 | Click the 'Areas of information' filter | It should decollapse its options. | | | +| 38 | Click the Search for options button in the 'Areas of information' filter. | It should open a modal with a list of all filter options. | | | +| 39 | Scroll the list all the way down using the scroll wheel on the mouse. Note: if the list is not long enough to scroll, decollapse some of its list structure to make it larger. | After it reaches the bottom of the list, nothing should happen. | Issue: the background starts scrolling | | +| 40 | Scroll the list back up using the mouse wheel. | The list should scroll back up. | Issue: the background scrolls up first, before the list starts scrolling | | +| 41 | Check the ribbon at the top of the screen. | It should contain the options: `OVERVIEW`, `COLLECTIONS`, `NETWORKS`, `VARIABLES`, and `MORE` | | |