Found missing translations. Please run the command \`npm run gettext:extract\` before pushing the code to ensure that all necessary translations are included.
1 file changed, 5 insertions(+), 3 deletions(-)
```diff
-msgstr "Vous avez déjà une demande de rechargement en attente. Veuillez la payer ou l'annuler avant de poursuivre"
+msgstr ""
+"Vous avez déjà une demande de rechargement en attente. Veuillez la payer ou "
+"l'annuler avant de poursuivre"
```
Passes: 12, failures: 6, pending: 0, skipped: 2, other: 0.
| State | Description |
| ------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| fail | **Filepath**: tests/e2e/spec.cy.ts **Title**: Login and logout process start page show base interface and login form **Error**: AssertionError: Timed out retrying after 15000ms: Expected to find element: `p > .create-account`, but never found it. |
| fail | **Filepath**: tests/e2e/spec.cy.ts **Title**: General processes when logged in Send money process **Error**: AssertionError: Timed out retrying after 15000ms: Expected to find element: `.custom-card > :nth-child(1) >> .recipient-name`, but never found it. |
| fail | **Filepath**: tests/e2e/spec.cy.ts **Title**: Signup process Signup page show form **Error**: AssertionError: Timed out retrying after 15000ms: Expected to find element: `.create-account`, but never found it. Because this error occurred during a `before each` hook we are skipping the remaining tests in the current suite: `Signup process` |
| skipped | **Filepath**: tests/e2e/spec.cy.ts **Title**: Signup process Signup with already existing email **Error**: null |
| fail | **Filepath**: tests/e2e/spec.cy.ts **Title**: Login and logout process start page show base interface and login form **Error**: AssertionError: Timed out retrying after 15000ms: Expected to find element: `p > .create-account`, but never found it. |
| fail | **Filepath**: tests/e2e/spec.cy.ts **Title**: General processes when logged in Send money process **Error**: AssertionError: Timed out retrying after 15000ms: Expected to find element: `.accounts`, but never found it. |
| fail | **Filepath**: tests/e2e/spec.cy.ts **Title**: Signup process Signup page show form **Error**: AssertionError: Timed out retrying after 15000ms: Expected to find element: `.create-account`, but never found it. Because this error occurred during a `before each` hook we are skipping the remaining tests in the current suite: `Signup process` |
| skipped | **Filepath**: tests/e2e/spec.cy.ts **Title**: Signup process Signup with already existing email **Error**: null |
:x: translation needs update
Found missing translations. Please run the command \`npm run gettext:extract\` before pushing the code to ensure that all necessary translations are included.
1 file changed, 5 insertions(+), 3 deletions(-)
```diff -msgstr "Vous avez déjà une demande de rechargement en attente. Veuillez la payer ou l'annuler avant de poursuivre" +msgstr "" +"Vous avez déjà une demande de rechargement en attente. Veuillez la payer ou " +"l'annuler avant de poursuivre" ```
✔️ code style matches our guidelines