refactor: upgrade to Capacitor 7 & Angular 18

This commit is contained in:
Rainer Killinger
2025-08-26 17:06:11 +02:00
parent 5a48342a8d
commit 3a274a3a7f
57 changed files with 4018 additions and 2517 deletions

View File

@@ -33,9 +33,9 @@ describe('dashboard', async function () {
describe('schedule section', function () {
it('should lead to the week overview', function () {
cy.get('.schedule')
.contains('a', /Wochen.*übersicht/)
.contains('a', /Wochen.*ansicht/)
.click();
cy.url().should('include', '/schedule/week-overview');
cy.url().should('include', '/schedule/weekly-view');
});
it('should lead to the calendar', function () {