diff --git a/cypress/e2e/course_creation.cy.js b/cypress/e2e/course_creation.cy.js index e8120051..06a851df 100644 --- a/cypress/e2e/course_creation.cy.js +++ b/cypress/e2e/course_creation.cy.js @@ -107,7 +107,7 @@ describe("Course Creation", () => { cy.get("div").contains( "Test Course Short Introduction to test the UI" ); - cy.get(".course-image") + cy.get(".bg-cover") .invoke("css", "background-image") .should("include", "/files/profile"); }); diff --git a/frontend/src/components/Controls/ColorSwatches.vue b/frontend/src/components/Controls/ColorSwatches.vue index 8a958acb..3b6ab02c 100644 --- a/frontend/src/components/Controls/ColorSwatches.vue +++ b/frontend/src/components/Controls/ColorSwatches.vue @@ -3,39 +3,43 @@
{{ __(label) }}
- + +
+ {{ description }} +