From 178bf3b9a72cedbb8418b03600ae936a9ad9a4ad Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 24 Jan 2024 09:05:27 +0000 Subject: [PATCH 1/2] chore(deps): update dependency cypress-split to ^1.18.5 --- package-lock.json | 30 +++++++++++++++--------------- package.json | 2 +- 2 files changed, 16 insertions(+), 16 deletions(-) diff --git a/package-lock.json b/package-lock.json index 85de184548a..bfe827a173c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -100,7 +100,7 @@ "@vue/vue2-jest": "^29.2.6", "@vueuse/core": "^10.7.2", "cypress": "^13.6.2", - "cypress-split": "^1.18.4", + "cypress-split": "^1.18.5", "cypress-visual-regression": "^3.0.0", "eslint-plugin-cypress": "^2.15.1", "identity-obj-proxy": "^3.0.0", @@ -9054,16 +9054,16 @@ } }, "node_modules/cypress-split": { - "version": "1.18.4", - "resolved": "https://registry.npmjs.org/cypress-split/-/cypress-split-1.18.4.tgz", - "integrity": "sha512-6xoUhz7eMejQlD/JjJObV1G+P++QsiLjgxf52b5H4QcB93A1U3vdLpZsQ0C/xRrrNVAV1Zlgs8kXYWqaMe/+RA==", + "version": "1.18.5", + "resolved": "https://registry.npmjs.org/cypress-split/-/cypress-split-1.18.5.tgz", + "integrity": "sha512-ubNZ2wpNTKbJbpxwfqiveZ8O8NDod1QZewEjJb9VdVXqjA1hwOGuWFroiqwg5ZQ15QfJvr7wy7jgfs1Ch5aNLA==", "dev": true, "dependencies": { "@actions/core": "^1.10.0", "arg": "^5.0.2", "console.table": "^0.10.0", "debug": "^4.3.4", - "find-cypress-specs": "1.41.2", + "find-cypress-specs": "1.41.4", "globby": "^11.1.0", "humanize-duration": "^3.28.0" }, @@ -12684,9 +12684,9 @@ } }, "node_modules/find-cypress-specs": { - "version": "1.41.2", - "resolved": "https://registry.npmjs.org/find-cypress-specs/-/find-cypress-specs-1.41.2.tgz", - "integrity": "sha512-wpAHWj9yDt6XEyf01iEkCt0f5P8JLZmvH133RKnRi78gD5olXvmtD2ydBQZaWikM5AB8iux9f98G14Jl+BOdEg==", + "version": "1.41.4", + "resolved": "https://registry.npmjs.org/find-cypress-specs/-/find-cypress-specs-1.41.4.tgz", + "integrity": "sha512-voIB7Po/bHOyXkFyU6KE1mOBWX5q+rT+wAVJKqKFKFFDJCcvg9fGyCG/xVDga6ZznQxM4oX6uvaOAW1PKHM95g==", "dev": true, "dependencies": { "@actions/core": "^1.10.0", @@ -33084,16 +33084,16 @@ } }, "cypress-split": { - "version": "1.18.4", - "resolved": "https://registry.npmjs.org/cypress-split/-/cypress-split-1.18.4.tgz", - "integrity": "sha512-6xoUhz7eMejQlD/JjJObV1G+P++QsiLjgxf52b5H4QcB93A1U3vdLpZsQ0C/xRrrNVAV1Zlgs8kXYWqaMe/+RA==", + "version": "1.18.5", + "resolved": "https://registry.npmjs.org/cypress-split/-/cypress-split-1.18.5.tgz", + "integrity": "sha512-ubNZ2wpNTKbJbpxwfqiveZ8O8NDod1QZewEjJb9VdVXqjA1hwOGuWFroiqwg5ZQ15QfJvr7wy7jgfs1Ch5aNLA==", "dev": true, "requires": { "@actions/core": "^1.10.0", "arg": "^5.0.2", "console.table": "^0.10.0", "debug": "^4.3.4", - "find-cypress-specs": "1.41.2", + "find-cypress-specs": "1.41.4", "globby": "^11.1.0", "humanize-duration": "^3.28.0" } @@ -35712,9 +35712,9 @@ } }, "find-cypress-specs": { - "version": "1.41.2", - "resolved": "https://registry.npmjs.org/find-cypress-specs/-/find-cypress-specs-1.41.2.tgz", - "integrity": "sha512-wpAHWj9yDt6XEyf01iEkCt0f5P8JLZmvH133RKnRi78gD5olXvmtD2ydBQZaWikM5AB8iux9f98G14Jl+BOdEg==", + "version": "1.41.4", + "resolved": "https://registry.npmjs.org/find-cypress-specs/-/find-cypress-specs-1.41.4.tgz", + "integrity": "sha512-voIB7Po/bHOyXkFyU6KE1mOBWX5q+rT+wAVJKqKFKFFDJCcvg9fGyCG/xVDga6ZznQxM4oX6uvaOAW1PKHM95g==", "dev": true, "requires": { "@actions/core": "^1.10.0", diff --git a/package.json b/package.json index 746c8e6b743..e8ec922a3a7 100644 --- a/package.json +++ b/package.json @@ -130,7 +130,7 @@ "@vue/vue2-jest": "^29.2.6", "@vueuse/core": "^10.7.2", "cypress": "^13.6.2", - "cypress-split": "^1.18.4", + "cypress-split": "^1.18.5", "cypress-visual-regression": "^3.0.0", "eslint-plugin-cypress": "^2.15.1", "identity-obj-proxy": "^3.0.0", From 54dc1fcbd66149d63f3fb13742d23ada95eb5f65 Mon Sep 17 00:00:00 2001 From: Jonas Date: Wed, 24 Jan 2024 10:26:06 +0100 Subject: [PATCH 2/2] test(cypres): Fix selector for file picker breadcrumbs home button Signed-off-by: Jonas --- cypress/e2e/attachments.spec.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cypress/e2e/attachments.spec.js b/cypress/e2e/attachments.spec.js index 7a2e6066739..0ed036ce73a 100644 --- a/cypress/e2e/attachments.spec.js +++ b/cypress/e2e/attachments.spec.js @@ -198,7 +198,7 @@ describe('Test all attachment insertion methods', () => { cy.intercept({ method: 'POST', url: '**/filepath' }).as(requestAlias) cy.log('Go back from home to sub folder') - cy.get('.file-picker__breadcrumbs a[title="Home"]').click() + cy.get('.file-picker__breadcrumbs button[title="Home"]').click() cy.get('.file-picker__main .file-picker__file-name[title="sub"]').click() cy.log('Go to sub folder (b)') @@ -217,7 +217,7 @@ describe('Test all attachment insertion methods', () => { cy.intercept({ method: 'POST', url: '**/filepath' }).as(requestAlias) cy.log('Go back to home') - cy.get('.file-picker__breadcrumbs a[title="Home"]').click() + cy.get('.file-picker__breadcrumbs button[title="Home"]').click() cy.log('Select the file in the filepicker') cy.get('.file-picker__main .file-picker__file-name[title="github"]').click()