Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Small UI changes to Instruction Page Component #138

Merged
merged 2 commits into from
Nov 2, 2023
Merged

Conversation

suryabulusu
Copy link
Collaborator

No description provided.

Copy link

codecov bot commented Nov 2, 2023

Codecov Report

Attention: 2 lines in your changes are missing coverage. Please review.

Comparison is base (af1990a) 69.99% compared to head (8961d46) 73.87%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #138      +/-   ##
==========================================
+ Coverage   69.99%   73.87%   +3.88%     
==========================================
  Files          59       59              
  Lines        7632     7626       -6     
  Branches      448      801     +353     
==========================================
+ Hits         5342     5634     +292     
+ Misses       2272     1970     -302     
- Partials       18       22       +4     
Flag Coverage Δ
chrome 73.87% <33.33%> (+3.88%) ⬆️
ui 77.75% <100.00%> (?)
unittest 70.01% <33.33%> (+0.01%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Files Coverage Δ
src/components/InstructionPage.vue 93.62% <100.00%> (-0.10%) ⬇️
src/views/Player.vue 28.39% <0.00%> (+28.39%) ⬆️

... and 5 files with indirect coverage changes

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@suryabulusu suryabulusu merged commit b3ef2b4 into main Nov 2, 2023
7 of 9 checks passed
@suryabulusu suryabulusu deleted the instr_updates branch November 2, 2023 09:01
@@ -331,7 +331,7 @@ describe("Player for OMR quizzes", () => {
cy.get('[data-test="questionSetInstruction-1"').should("exist");
cy.get('[data-test="questionSetInstruction-1"').should(
"have.text",
"Question Set 1 Description\nYou may attempt only up to 3 questions in this section."
"Question Set 1 DescriptionYou may attempt only up to 3 questions in this section."
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Shouldn't there be a : or something between Description and You?

Copy link
Collaborator Author

@suryabulusu suryabulusu Nov 21, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I removed \n and used <br> in instruction component.
have.text was not capturing the <br> between "Description" and subsequent text

@pritamps
Copy link

pritamps commented Nov 2, 2023

Why merged without PR? :(

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants