Skip to content

Commit 0012d36

Browse files
authored
chore: update chromedriver to 137 (#11770)
1 parent b89c557 commit 0012d36

File tree

10 files changed

+13
-13
lines changed

10 files changed

+13
-13
lines changed

packages/ai/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,6 @@
5656
"devDependencies": {
5757
"@ui5/cypress-internal": "0.0.0",
5858
"@ui5/webcomponents-tools": "2.12.0-rc.1",
59-
"chromedriver": "^136.0.0"
59+
"chromedriver": "^137.0.4"
6060
}
6161
}

packages/base/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
"@openui5/sap.ui.core": "1.120.17",
6464
"@ui5/cypress-internal": "0.0.0",
6565
"@ui5/webcomponents-tools": "2.12.0-rc.1",
66-
"chromedriver": "^136.0.0",
66+
"chromedriver": "^137.0.4",
6767
"clean-css": "^5.2.2",
6868
"copy-and-watch": "^0.1.5",
6969
"cross-env": "^7.0.3",

packages/compat/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,6 @@
5656
"devDependencies": {
5757
"@ui5/cypress-internal": "0.0.0",
5858
"@ui5/webcomponents-tools": "2.12.0-rc.1",
59-
"chromedriver": "^136.0.0"
59+
"chromedriver": "^137.0.4"
6060
}
6161
}

packages/fiori/cypress/specs/UploadCollection.cy.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -373,7 +373,7 @@ describe("Events", () => {
373373
.should("not.exist");
374374
});
375375

376-
it.only("Tests that 'item-delete' is NOT fired when 'DELETE' key is pressed during rename", () => {
376+
it("Tests that 'item-delete' is NOT fired when 'DELETE' key is pressed during rename", () => {
377377
const itemDeleteStub = cy.stub();
378378

379379
cy.mount(

packages/fiori/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
"devDependencies": {
6464
"@ui5/cypress-internal": "0.0.0",
6565
"@ui5/webcomponents-tools": "2.12.0-rc.1",
66-
"chromedriver": "^136.0.0",
66+
"chromedriver": "^137.0.4",
6767
"lit": "^2.0.0"
6868
}
6969
}

packages/localization/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"@openui5/sap.ui.core": "1.120.17",
3636
"@ui5/webcomponents-tools": "2.12.0-rc.1",
3737
"babel-plugin-amd-to-esm": "^2.0.3",
38-
"chromedriver": "^136.0.0",
38+
"chromedriver": "^137.0.4",
3939
"estree-walk": "^2.2.0",
4040
"mkdirp": "^1.0.4",
4141
"resolve": "^1.20.0"

packages/main/cypress/specs/Button.cy.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ describe("Button general interaction", () => {
247247
.should("eq", "#navigation");
248248
});
249249

250-
it.only("Native event is always fired", () => {
250+
it("Native event is always fired", () => {
251251
cy.mount(<div onClick={cy.stub().as("nativeClick")}>
252252
<Button>Click me</Button>
253253
</div>);

packages/main/cypress/specs/F6.cy.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -906,7 +906,7 @@ describe("F6 navigation", () => {
906906
});
907907

908908

909-
describe.only("Bypass groups", () => {
909+
describe("Bypass groups", () => {
910910
it("Custom defined groups", () => {
911911
cy.mount(
912912
<div>

packages/main/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
"devDependencies": {
6565
"@ui5/cypress-internal": "0.0.0",
6666
"@ui5/webcomponents-tools": "2.12.0-rc.1",
67-
"chromedriver": "^136.0.0",
67+
"chromedriver": "^137.0.4",
6868
"jsdom": "^26.0.0",
6969
"lit": "^2.0.0",
7070
"vitest": "^3.0.2"

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7000,10 +7000,10 @@ chrome-trace-event@^1.0.2:
70007000
resolved "https://registry.yarnpkg.com/chrome-trace-event/-/chrome-trace-event-1.0.3.tgz#1015eced4741e15d06664a957dbbf50d041e26ac"
70017001
integrity sha512-p3KULyQg4S7NIHixdwbGX+nFHkoBiA4YQmyWtjb8XngSKV124nJmRysgAeujbUVb15vh+RvFUfCPqU7rXk+hZg==
70027002

7003-
chromedriver@^136.0.0:
7004-
version "136.0.3"
7005-
resolved "https://registry.yarnpkg.com/chromedriver/-/chromedriver-136.0.3.tgz#70c25ce4f0fc7969355e745e6702224e0845710d"
7006-
integrity sha512-bE27WxCr8Fd12ZFvRWbkWgTvm9MF+le59U6MlxejO9bC9bPHp+IQfttsDMXThb05/M+/FOx8x2/0mQ50zG0kDg==
7003+
chromedriver@^137.0.4:
7004+
version "137.0.4"
7005+
resolved "https://registry.yarnpkg.com/chromedriver/-/chromedriver-137.0.4.tgz#9889b6b4128676bcaa75573fa141c20ccdb76288"
7006+
integrity sha512-IxipIe0AnoQhWvG6eSTOLhVf1Tt586LA1IH4RdhGhXrrK6nZx8+VcKdjtlyZIV60S0CttUij/YnYuHAI+7qzWg==
70077007
dependencies:
70087008
"@testim/chrome-version" "^1.1.4"
70097009
axios "^1.7.4"

0 commit comments

Comments
 (0)