diff --git a/tailwind.config.js b/tailwind.config.js index 7e726fa..cd2e87b 100644 --- a/tailwind.config.js +++ b/tailwind.config.js @@ -9,8 +9,6 @@ module.exports = { "primary-hover": "#db7506", "back-color": "#F78000", "share-color": "#10B981", - pink: "#E8ADAA", - red: "#FF0000", }, borderWidth: { 1: "1px", diff --git a/tests/e2e/specs/renders-player-partial-marks-assessment.js b/tests/e2e/specs/renders-player-partial-marks-assessment.js index e97afe2..36e579e 100644 --- a/tests/e2e/specs/renders-player-partial-marks-assessment.js +++ b/tests/e2e/specs/renders-player-partial-marks-assessment.js @@ -160,7 +160,7 @@ describe("Player for Assessment quizzes with partial marks", () => { }); it("Check if the user-id is visible", () => { - cy.get('[data-test="user-id"]').should( + cy.get('[data-test="scorecard-user-id"]').should( "have.text", " Id: 1" // Id of the student );