THE-390-Team / THE-390

CondoCare
https://condo-management-system.vercel.app/
0 stars 2 forks source link

TASK-US9 input field to send registration key 78 #170

Closed JRB958 closed 8 months ago

JRB958 commented 8 months ago

this PR has:

Notes: there's a known bug that doesn't allow the registration key to work form my computer (send or submit), but works from the backend developer's computer. it's being worked on currently #169 and #175

related Issues: #78

sonarcloud[bot] commented 8 months ago

Quality Gate Failed Quality Gate failed

Failed conditions
7.1% Duplication on New Code (required ≤ 3%)

See analysis details on SonarCloud

JRB958 commented 8 months ago

jest testing (react unit testing) passing

image

all the e2e testing passing

image

the high repetition percentage is unavoidable since it's in a testing file (end to end testing) where many commands must be repeated with the same structure..