Merge branch 'main' into feature/ganttastic

# Conflicts:
#	package.json
#	src/components/tasks/gantt-component.vue
#	src/main.ts
This commit is contained in:
kolaente 2022-09-08 13:53:36 +02:00
commit bd06f725be
Signed by untrusted user who does not match committer: konrad
GPG key ID: F40E70337AB24C9B
253 changed files with 3439 additions and 2578 deletions

View file

@ -9,7 +9,7 @@ services:
ports:
- 3456:3456
cypress:
image: cypress/browsers:node12.18.3-chrome87-ff82
image: cypress/browsers:node16.14.0-chrome99-ff97
volumes:
- ..:/project
- $HOME/.cache:/home/node/.cache/

View file

@ -59,7 +59,7 @@ describe('Lists', () => {
.click()
cy.get('#title')
.type(`{selectall}${newListName}`)
cy.get('footer.modal-card-foot .button')
cy.get('footer.card-footer .button')
.contains('Save')
.click()

View file

@ -63,7 +63,7 @@ describe('Namepaces', () => {
.should('equal', newNamespaces[0].title) // wait until the namespace data is loaded
cy.get('#namespacetext')
.type(`{selectall}${newNamespaceName}`)
cy.get('footer.modal-card-foot .button')
cy.get('footer.card-footer .button')
.contains('Save')
.click()