fix: color swatch input style

This commit is contained in:
Jannat Patel
2025-07-25 18:30:58 +05:30
parent 01794a47c6
commit d8ce88ab57
7 changed files with 1423 additions and 39 deletions

View File

@@ -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");
});