Skip to content

Commit

Permalink
feat: add AnimationSequenceTest story
Browse files Browse the repository at this point in the history
  • Loading branch information
andrepat0 committed Jan 13, 2025
1 parent bef5e76 commit 2be61d9
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions src/index.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,37 @@ GiovannaGLBProva.args = {
layout: 'ZOOMED_FULL_BODY',
};

export const AnimationSequenceTest = Template.bind({});
AnimationSequenceTest.args = {
memoriName: 'Test Sequenze Animazioni',
ownerUserName: 'andrea.patini3',
memoriID: 'fb4f9251-e7ec-4002-b0e5-ffa6e75b2fd8',
ownerUserID: '58770358-a5db-4b49-b3a4-734fc468e745',
tenantID: 'aisuru-staging.aclambda.online',
engineURL: 'https://engine-staging-tmp.memori.ai',
apiURL: 'https://backend-staging.memori.ai',
baseURL: 'https://aisuru-staging.aclambda.online',
uiLang: 'EN',
spokenLang: 'IT',
layout: 'ZOOMED_FULL_BODY',
showInstruct: 'false',
showSettings: 'true',
showClear: 'false',
showAIicon: 'true',
showWhyThisAnswer: 'true',
showTypingText: 'false',
showOnlyLastMessages: 'false',
showTranslationOriginal: 'false',
showCopyButton: 'false',
showShare: 'true',
showLogin: 'false',
useMathFormatting: 'false',
showUpload: 'false',
autoStart: 'false',
enableAudio: 'true',
integrationID: '6e289cc1-df99-4879-8a3a-fe10baea7eac',
};

export const GiovannaProvaWithPreviousSession = Template.bind({});
GiovannaProvaWithPreviousSession.args = {
memoriName: 'Giovanna Test',
Expand Down

0 comments on commit 2be61d9

Please sign in to comment.