From 16b818bd1e686e73bb18dc984c9665f595fedac1 Mon Sep 17 00:00:00 2001 From: skjnldsv Date: Thu, 22 Feb 2024 12:39:17 +0100 Subject: fix(cypress): more stable navigation-bar-settings cypress tests Signed-off-by: skjnldsv --- cypress/support/commonUtils.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cypress/support') diff --git a/cypress/support/commonUtils.ts b/cypress/support/commonUtils.ts index 82c55c8e91e..ce4556a9349 100644 --- a/cypress/support/commonUtils.ts +++ b/cypress/support/commonUtils.ts @@ -46,7 +46,7 @@ export function installTestApp() { cy.wrap(version).should('not.be.undefined') cy.exec(`docker cp '${testAppPath}' nextcloud-cypress-tests-server:/var/www/html/apps`, { log: true }) cy.exec(`docker exec nextcloud-cypress-tests-server sed -i -e 's|-version="[0-9]\\+|-version="${version}|g' apps/testapp/appinfo/info.xml`) - cy.runOccCommand('app:enable testapp') + cy.runOccCommand('app:enable --force testapp') }) } -- cgit v1.2.3