diff --git a/ftest/features/activity.feature b/ftest/features/activity.feature deleted file mode 100644 index a0dcc6ca5b..0000000000 --- a/ftest/features/activity.feature +++ /dev/null @@ -1,22 +0,0 @@ -Feature: Activity - - Background: - Given I login as "Administrator" - And I have a Workspace document - - Scenario: Validate entries in activity tab - When I have a File document - And This document has file "" for content - And I browse to the document - Then I reload the page - And I can see "created the document" in the Activity feed - And I reload the page - And I can see "viewed the document" in the Activity feed - When I click the blob download button - And I reload the page - Then I can see "downloaded the document" in the Activity feed - - Examples: - | file | - | sample.png | - \ No newline at end of file diff --git a/ftest/features/admin.feature b/ftest/features/admin.feature deleted file mode 100644 index ba9c1b1311..0000000000 --- a/ftest/features/admin.feature +++ /dev/null @@ -1,38 +0,0 @@ -Feature: Admin center - - As an Administrator I have an Admin center - As a member user I have no Admin center - - Scenario: Admin center as Admin - Given I login as "Administrator" - When I click the "administration" button - Then I can see the administration menu - - # Analytics - When I click "analytics" in the administration menu - Then I can see the analytics page - - # Users & Groups - When I click "user-group-management" in the administration menu - Then I can see the users and groups page - - #Audit - When I click "audit" in the administration menu - Then I can see the audit page - - #Cloud Services - When I click "cloud-services" in the administration menu - Then I can see the cloud services page - - Scenario: Admin center as member user - Given user "John" exists in group "members" - And I login as "John" - Then I cannot see the administration button - - Scenario: NXQL Search - Given I login as "Administrator" - When I click the "administration" button - Then I can see the administration menu - When I click "nxql" in the administration menu - Then I can see the nxql search page - And I can see more than 1 search results diff --git a/package.json b/package.json index ef94f66456..8fcfdc6632 100644 --- a/package.json +++ b/package.json @@ -57,7 +57,6 @@ "style-loader": "^2.0.0", "url-loader": "^4.1.1", "vm-browserify": "^1.1.2", - "wdio-chromedriver-service": "^8.1.1", "wdio-cucumber-reporter": "0.0.2", "wdio-json-reporter": "^3.0.0", "webpack": "^5.3.0", @@ -192,7 +191,7 @@ "three": "~0.125.0", "uuid": "^3.3.2", "web-animations-js": "^2.3.1", - "webdriverio": "^8.29.1" + "webdriverio": "^9.0.9" }, "husky": { "hooks": { diff --git a/packages/nuxeo-web-ui-ftest/package.json b/packages/nuxeo-web-ui-ftest/package.json index 7335d22988..a560bee2a3 100644 --- a/packages/nuxeo-web-ui-ftest/package.json +++ b/packages/nuxeo-web-ui-ftest/package.json @@ -18,10 +18,10 @@ "@babel/preset-env": "^7.15.0", "@babel/register": "^7.14.5", "@cucumber/tag-expressions": "^2.0.4", - "@wdio/cli": "^8.16.11", - "@wdio/cucumber-framework": "^8.16.11", - "@wdio/local-runner": "^8.16.11", - "@wdio/spec-reporter": "^8.16.9", + "@wdio/cli": "^9.0.9", + "@wdio/cucumber-framework": "^9.0.8", + "@wdio/local-runner": "^9.0.9", + "@wdio/spec-reporter": "^9.0.8", "babel-plugin-transform-rename-import": "^2.3.0", "babel-preset-env": "^1.7.0", "babel-register": "^6.26.0", @@ -37,8 +37,8 @@ "multiple-cucumber-html-reporter": "^1.18.0", "node-fetch": "^2.6.1", "nuxeo": "^4.0.3", - "wdio-chromedriver-service": "^8.1.1", - "wdio-cucumberjs-json-reporter": "^5.2.1", - "webdriverio": "8.20.4" + "wdio-chromedriver-service": "8.1.1", + "wdio-cucumberjs-json-reporter": "6.0.1", + "webdriverio": "9.0.9" } }