diff --git a/cypress/e2e/context-selection/categories.feature b/cypress/e2e/context-selection/categories.feature index 36e4fc1a4a..85544e46db 100644 --- a/cypress/e2e/context-selection/categories.feature +++ b/cypress/e2e/context-selection/categories.feature @@ -1,9 +1,12 @@ +@attributeKeyFeature:attributeValuFeature Feature: Category options for each category in the category combination connected to the data set can be selected + @attributeKeyScenario1:attributeValuScenario1 Scenario: No data set has been selected Given no data set has been selected yet Then the selector should not be displayed + @attributeKeyScenario2:attributeValuScenario2 Scenario: No org unit has been selected Given a data set and period but no org unit have been selected yet Then the selector should not be displayed diff --git a/package.json b/package.json index 630b582f3a..7b9425f12a 100644 --- a/package.json +++ b/package.json @@ -34,6 +34,7 @@ "@dhis2/cli-style": "10.5.1", "@dhis2/cypress-commands": "^10.0.1", "@dhis2/cypress-plugins": "^10.0.1", + "@reportportal/agent-js-cucumber": "^5.2.2", "@reportportal/agent-js-cypress": "^5.1.3", "@reportportal/agent-js-jest": "^5.0.6", "@testing-library/jest-dom": "5.16.5", diff --git a/yarn.lock b/yarn.lock index 8515fd52a0..95ba1918da 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3352,6 +3352,15 @@ "@react-hook/passive-layout-effect" "^1.2.0" "@react-hook/resize-observer" "^1.2.1" +"@reportportal/agent-js-cucumber@^5.2.2": + version "5.2.2" + resolved "https://registry.yarnpkg.com/@reportportal/agent-js-cucumber/-/agent-js-cucumber-5.2.2.tgz#6091e37da36a6dac457462df8d4896b4527b9363" + integrity sha512-ymQ4NOmeoX2ajlWAVb7IkZghdKZEb1lPb26C+0V378BixRPGFkaqHdSkg7F4I/xse4VAFMf0tYBNA11ImEVhfg== + dependencies: + "@reportportal/client-javascript" "^5.0.12" + cli-table3 "^0.6.3" + strip-ansi "^6.0.1" + "@reportportal/agent-js-cypress@^5.1.3": version "5.1.3" resolved "https://registry.yarnpkg.com/@reportportal/agent-js-cypress/-/agent-js-cypress-5.1.3.tgz#596aa9657ad0e8fd7dc57f08304b73decf375d44" @@ -5644,7 +5653,7 @@ cli-cursor@^3.1.0: dependencies: restore-cursor "^3.1.0" -cli-table3@0.6.3, cli-table3@~0.6.1: +cli-table3@0.6.3, cli-table3@^0.6.3, cli-table3@~0.6.1: version "0.6.3" resolved "https://registry.yarnpkg.com/cli-table3/-/cli-table3-0.6.3.tgz#61ab765aac156b52f222954ffc607a6f01dbeeb2" integrity sha512-w5Jac5SykAeZJKntOxJCrm63Eg5/4dhMWIcuTbo9rpE+brgaSZo0RuNJZeOyMgsUdhDeojvgyQLmjI+K50ZGyg==