-
Notifications
You must be signed in to change notification settings - Fork 77
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
🐛 Fix parser translation field, add modified when new value is different from old value (for each language) #3418
Conversation
Test summaryRun details
View run in Cypress Dashboard ➡️ This comment has been generated by cypress-bot as a result of this project's GitHub integration settings. You can manage this integration in this project's settings in the Cypress Dashboard |
Codecov ReportBase: 98.23% // Head: 98.23% // Increases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## master #3418 +/- ##
=======================================
Coverage 98.23% 98.23%
=======================================
Files 291 291
Lines 20789 20791 +2
=======================================
+ Hits 20423 20425 +2
Misses 366 366
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
@@ -664,6 +664,13 @@ class TestApidaeTrekParser(ApidaeTrekParser): | |||
selection_id = 654321 | |||
|
|||
|
|||
class TestApidaeTrekSameValueDifferentTraductionParser(TestApidaeTrekParser): |
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.
Traduction or Translation ?
31880ac
to
4a36cc4
Compare
4a36cc4
to
a08e62e
Compare
I don't understand the title, what is the goal ? |
#3408