Skip to content

Commit

Permalink
Merge pull request #331 from adobe/dev
Browse files Browse the repository at this point in the history
Sync dev to main before release
  • Loading branch information
LSantha authored Jul 18, 2024
2 parents 6539d97 + 06b1ef7 commit 370f132
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 8 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@ version: 2.1

orbs:
codecov: codecov/codecov@1.1.1
browser-tools: circleci/browser-tools@1.4.4
browser-tools: circleci/browser-tools@1.4.8

common:
integration_test_steps: &integration_test_steps
steps:
- checkout
- browser-tools/install-browser-tools:
chrome-version: 116.0.5845.96 # TODO: remove -> https://github.com/CircleCI-Public/browser-tools-orb/issues/75
- browser-tools/install-chrome
- browser-tools/install-chromedriver
- restore_cache:
keys:
- maven-repo-{{ .Environment.CACHE_VERSION }}-its-{{ arch }}-{{ .Branch }}-{{ checksum "pom.xml" }}
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
<vault.user>admin</vault.user>
<vault.password>admin</vault.password>
<core.wcm.components.version>2.18.6</core.wcm.components.version>
<core.cif.components.version>2.13.2</core.cif.components.version>
<core.cif.components.version>2.14.0</core.cif.components.version>
<graphql.client.version>1.7.10</graphql.client.version>
<magento.graphql.version>9.1.0-magento242ee</magento.graphql.version>
<bnd.version>5.1.2</bnd.version>
Expand Down
10 changes: 10 additions & 0 deletions ui.frontend/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions ui.frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,8 @@
"webpack-merge": "^4.2.1"
},
"dependencies": {
"@adobe/aem-core-cif-product-recs-extension": "2.13.2",
"@adobe/aem-core-cif-react-components": "2.13.2",
"@adobe/aem-core-cif-product-recs-extension": "2.14.0",
"@adobe/aem-core-cif-react-components": "2.14.0",
"@apollo/client": "^3.5.5",
"@babel/runtime": "^7.4.5",
"@magento/peregrine": "11.0.0",
Expand Down
2 changes: 1 addition & 1 deletion ui.tests/test-module/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"@wdio/junit-reporter": "7.7.0",
"@wdio/local-runner": "7.7.2",
"@wdio/mocha-framework": "7.7.2",
"@wdio/selenium-standalone-service": "7.7.0",
"@wdio/selenium-standalone-service": "7.33.0",
"@wdio/spec-reporter": "7.7.0",
"@wdio/sync": "7.7.2",
"chai": "4.3.4",
Expand Down
2 changes: 1 addition & 1 deletion ui.tests/test-module/specs/venia/commerceteasser-dialog.js
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ describe('Commerce Teaser Component Dialog', function () {
expect(actionFields[0].$('foundation-autocomplete input[name="./actions/item0/link"')).toHaveValue('');

browser.CIFSelectCategory(actionFields[3].$('category-field'), 'Tops');
expect(actionFields[3].$('input[name="./actions/item0/categoryId"')).toHaveValue('MTk=');
expect(actionFields[3].$('input[name="./actions/item0/categoryId"')).toHaveValue('MjA=');
expect(actionFields[2].$('input[name="./actions/item0/productSku"')).toHaveValue('');

browser.GraniteSelectPath(actionFields[0].$('foundation-autocomplete'), 'Venia Demo Store');
Expand Down

0 comments on commit 370f132

Please sign in to comment.