-
Notifications
You must be signed in to change notification settings - Fork 1
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
New improve test coverage #102
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
18b9baf
to
2cceb08
Compare
cypress/fixtures/contract.json
Outdated
"invalidCups": "ES9803463008824117ZQ", | ||
"validCups": "ES0029874572863299XP", | ||
"invalidCups": "ES0029874572863299XP", | ||
"validCups": "ES0022458494204838TJES", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Este CUPS no es valido. Los dos ultimos digitos han de ser un numero y una letra, no dos letras. Normalmente un numero bajo 0, 1 o 2, y las legras F o P. Lo mas comun 0F. Seguramente si lo usamos para algo, en la validación remota, fallara.
src/App.jsx
Outdated
@@ -159,7 +159,7 @@ const App = (props) => { | |||
|
|||
<Route | |||
path="/:language/contract-20/" | |||
element={<Contract is30ContractEnabled={false} {...props} />} | |||
element={<Contract {...{...props,is30ContractEnabled:false}} />} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why? It is way harder to understand. Maybe because props overrided is30ContractEnabled? What about just changing the order?
eceb45a
to
386ab37
Compare
51b5096
to
0f54198
Compare
Description
Improve test coverage of webforms-ui
Changes
is30ContractEnabled
flagChecklist
Justify any unchecked point:
_paq
to_mtm
to run on local (for App.jsx, Contract.jsx and Member.jsx files). It will be discussed in a meeting with the whole team to determine to do address it.