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

Feat : Version basique de l'assistant PAM micro-fiscal #3354

Open
wants to merge 7 commits into
base: master
Choose a base branch
from

Conversation

liliced
Copy link
Contributor

@liliced liliced commented Jan 28, 2025

@liliced liliced added this to the Assistant PAM milestone Jan 28, 2025
@liliced liliced requested a review from JalilArfaoui January 28, 2025 18:55
@liliced liliced self-assigned this Jan 28, 2025
Copy link

netlify bot commented Jan 28, 2025

Deploy Preview for nostalgic-mahavira-52b682 canceled.

Name Link
🔨 Latest commit 956bf02
🔍 Latest deploy log https://app.netlify.com/sites/nostalgic-mahavira-52b682/deploys/679d1939792ef700089d75c2

@github-actions github-actions bot temporarily deployed to 3354 January 28, 2025 19:06 Inactive
@github-actions github-actions bot temporarily deployed to 3354 January 28, 2025 19:07 Inactive
Copy link

github-actions bot commented Jan 28, 2025

@liliced liliced linked an issue Jan 30, 2025 that may be closed by this pull request
5 tasks
@@ -0,0 +1,180 @@
déclaration revenus PAMC:
experimental: oui
valeur: non
Copy link
Contributor

Choose a reason for hiding this comment

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

Pourquoi la mettre à non par défaut ?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Pour la désactiver par défaut et ne l'activer que dans l'assistant en définissant une situation de base
'déclaration revenus PAMC': oui

})

it("ne devrait pas montrer les champs avant qu'une profession soit sélectionnée", function () {
cy.get(`#${idPrefix}_recettes_brutes_totales-title`).should('not.exist')
Copy link
Contributor

Choose a reason for hiding this comment

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

Idéalement, les tests d’UI se basent sur ce qui est affiché, sémantiquement, plutôt que sur des ids (mais c’est parfois plus facile à dire)

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Certains titres sont communs à la partie question et la partie résultats. Je vais donc laisser ainsi pour ceux-là. Pour les autres je vais utiliser le texte.

@liliced liliced force-pushed the feat/3338-micro-fiscal-basique branch from e4fb26d to 956bf02 Compare January 31, 2025 18:40
@github-actions github-actions bot temporarily deployed to 3354 January 31, 2025 18:47 Inactive
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.

Version basique de l'assistant PAM micro-fiscal
2 participants