-
Notifications
You must be signed in to change notification settings - Fork 57
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
[FEATURE] PixTable sur Pix Admin épisode 6 (PIX-16988). #11626
base: dev
Are you sure you want to change the base?
[FEATURE] PixTable sur Pix Admin épisode 6 (PIX-16988). #11626
Conversation
b921926
to
948f15f
Compare
Une fois les applications déployées, elles seront accessibles via les liens suivants :
Les variables d'environnement seront accessibles via les liens suivants : |
</div> | ||
</div> | ||
<PixTable | ||
class="certification-details-v3-table" |
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.
class="certification-details-v3__table"
/> | ||
{{/if}} | ||
|
||
{{#if (this.shouldDisplayAnswerValueIcon certificationChallenge)}} |
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.
J'ai du mal à comprendre ce if
🤯
</table> | ||
</PixBlock> | ||
<PixTable | ||
class="certification-details-v3-table" |
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.
class="certification-details-v3__table"
</tbody> | ||
</table> | ||
<PixTable | ||
class="certification-details-v3-table" |
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.
class="certification-details-v3__table"
assert.ok(true); | ||
sinon.assert.calledWith( | ||
notificationSuccessStub, | ||
t('components.administration.organizations-import.notifications.success'), | ||
); | ||
sinon.assert.calledWith(notificationSuccessStub, { | ||
message: t('components.administration.organizations-import.notifications.success'), | ||
}); |
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.
assert.ok(true); | |
sinon.assert.calledWith( | |
notificationSuccessStub, | |
t('components.administration.organizations-import.notifications.success'), | |
); | |
sinon.assert.calledWith(notificationSuccessStub, { | |
message: t('components.administration.organizations-import.notifications.success'), | |
}); | |
assert.true(notificationSuccessStub.calledWith({ | |
message: t('components.administration.organizations-import.notifications.success'), | |
})); |
🥞 Problème
Le composant PixTable existe mais n'est pas du tout utilisé dans nos applications
🥓 Proposition
Continuer les tableaux coté pages de la team Certif.
🧃 Remarques
Manque les tableaux des centres de certif, et j'aurais fini les tableaux certification 🥳
😋 Pour tester
Les tableaux à checker sur Pix Admin :