diff --git a/composer.lock b/composer.lock index 3a88c8cb224..f4c8d9e7144 100644 --- a/composer.lock +++ b/composer.lock @@ -240,12 +240,12 @@ "source": { "type": "git", "url": "https://github.com/nextcloud-deps/ocp.git", - "reference": "cc85b9dcf0236ff8c3acbe9a62dfd511c6ee5ea6" + "reference": "5e155feb45c25111b89680f6120f71ae0a510ba4" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/nextcloud-deps/ocp/zipball/cc85b9dcf0236ff8c3acbe9a62dfd511c6ee5ea6", - "reference": "cc85b9dcf0236ff8c3acbe9a62dfd511c6ee5ea6", + "url": "https://api.github.com/repos/nextcloud-deps/ocp/zipball/5e155feb45c25111b89680f6120f71ae0a510ba4", + "reference": "5e155feb45c25111b89680f6120f71ae0a510ba4", "shasum": "" }, "require": { @@ -280,7 +280,7 @@ "issues": "https://github.com/nextcloud-deps/ocp/issues", "source": "https://github.com/nextcloud-deps/ocp/tree/stable33" }, - "time": "2026-04-29T01:55:59+00:00" + "time": "2026-05-09T01:52:52+00:00" }, { "name": "nikic/php-parser", diff --git a/cypress/e2e/Assistant.spec.js b/cypress/e2e/Assistant.spec.js index 6f3f7bf032d..6baa32cc842 100644 --- a/cypress/e2e/Assistant.spec.js +++ b/cypress/e2e/Assistant.spec.js @@ -46,9 +46,9 @@ describe('Assistant', () => { cy.getActionEntry('assistant').click() cy.get('.action-button').contains('Free text to text prompt').click() - cy.get('.assistant-modal--content #input-input').should('be.visible') - - cy.get('.assistant-modal--content #input-input').type('Hello World') + cy.get('.assistant-modal--content #input-input').type('Hello World', { + force: true, + }) cy.get('.assistant-modal--content .submit-button').click() // eslint-disable-next-line cypress/no-unnecessary-waiting