Skip to content

Commit

Permalink
test wdio version
Browse files Browse the repository at this point in the history
  • Loading branch information
rahuljain-dev committed Nov 18, 2024
1 parent b985421 commit 4639ff5
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion elements/nuxeo-app.js
Original file line number Diff line number Diff line change
Expand Up @@ -1530,7 +1530,7 @@ Polymer({
_computeEnrichers() {
return config.get('enrichers');
},
// test

_computeHeaders() {
const headers = {
'translate-directoryEntry': 'label',
Expand Down
14 changes: 7 additions & 7 deletions packages/nuxeo-web-ui-ftest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@
"node": ">=18.0.0"
},
"dependencies": {
"@babel/core": "^7.15.0",
"@babel/preset-env": "^7.15.0",
"@babel/register": "^7.14.5",
"@babel/core": "7.25.7",
"@babel/preset-env": "7.25.7",
"@babel/register": "7.25.7",
"@cucumber/tag-expressions": "^2.0.4",
"@wdio/cli": "8.27.0",
"@wdio/cucumber-framework": "8.27.0",
"@wdio/local-runner": "8.27.0",
"@wdio/spec-reporter": "8.27.0",
"@wdio/cli": "^8.16.11",
"@wdio/cucumber-framework": "^8.16.11",
"@wdio/local-runner": "^8.16.11",
"@wdio/spec-reporter": "^8.16.9",
"babel-plugin-transform-rename-import": "^2.3.0",
"babel-preset-env": "^1.7.0",
"babel-register": "^6.26.0",
Expand Down
2 changes: 1 addition & 1 deletion plugin/a11y/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"@babel/register": "^7.14.5",
"@nuxeo/nuxeo-web-ui-ftest": "file:../../packages/nuxeo-web-ui-ftest",
"@wdio/cli": "^8.16.11",
"@wdio/local-runner": "8.40.6",
"@wdio/local-runner": "^8.16.11",
"@wdio/mocha-framework": "8.16.11",
"@wdio/selenium-standalone-service": "^8.15.0",
"@wdio/spec-reporter": "^8.16.9",
Expand Down
2 changes: 1 addition & 1 deletion plugin/a11y/test/specs/browser.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ const EXPECTED_VIOLATIONS = {
const EXPECTED_INCOMPLETE_VIOLATIONS = {
'aria-allowed-role': 7,
'aria-valid-attr-value': 1,
'color-contrast-enhanced': 1,
'color-contrast-enhanced': 2,
};

describe('Nuxeo Browser', () => {
Expand Down

0 comments on commit 4639ff5

Please sign in to comment.