Skip to content

Commit

Permalink
small updates
Browse files Browse the repository at this point in the history
  • Loading branch information
suryabulusu committed Sep 26, 2023
1 parent 9b494e8 commit c714465
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions tailwind.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ module.exports = {
"primary-hover": "#db7506",
"back-color": "#F78000",
"share-color": "#10B981",
pink: "#E8ADAA",
red: "#FF0000",
},
borderWidth: {
1: "1px",
Expand Down
2 changes: 1 addition & 1 deletion tests/e2e/specs/renders-player-partial-marks-assessment.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
);
Expand Down

0 comments on commit c714465

Please sign in to comment.