feature/rename-lists-to-projects__rebased #2978

Merged
konrad merged 15 commits from dpschen/frontend:feature/rename-lists-to-projects__rebased into main 2023-03-14 14:04:25 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit e522fb1d9f - Show all commits

View File

@ -68,7 +68,7 @@ describe('Project View Project', () => {
.should('not.exist')
})
it('Should only show the color of a project in the navigation and not in the project view', () => {
it('Should only show the color of a project in the navigation and not in the list view', () => {
const projects = ProjectFactory.create(1, {
hex_color: '00db60',
})