123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233 |
- // Jest Snapshot v1, https://goo.gl/fbAQLP
- exports[`AcropolisPage page renders correctly 1`] = `
- <BaseLayout
- t={[Function]}
- >
- <SiteMetadata
- description="acropolis.siteMetadata.description"
- image="test-file-stub"
- lang="en"
- meta={Array []}
- title="siteMetadata.title"
- />
- <Hero
- animationEnd={500}
- animationEndValue={-40}
- animationStartValue={0}
- chip={
- <Chip
- icon="icon-component-mock"
- onClick={[Function]}
- >
- acropolis.hero.chipText
- </Chip>
- }
- image="icon-mock"
- indent={true}
- noOverflow={false}
- reverse={false}
- theme="black"
- title="acropolis.hero.title"
- >
- <p
- className="AcropolisPage__hero-paragraph"
- >
- acropolis.hero.text
- </p>
- <HeroCard
- content={null}
- counterTitle={
- <React.Fragment>
- acropolis.heroCard.title
- </React.Fragment>
- }
- date="2020/03/17 15:42"
- error={false}
- info={true}
- t={[Function]}
- />
- <TestnetModal
- className=""
- closeModal={[Function]}
- image="icon-mock"
- isOpen={false}
- title="acropolis.modal.title"
- >
- <p>
- <Trans
- components={
- Array [
- <strong />,
- ]
- }
- i18nKey="acropolis.modal.text"
- />
- </p>
- </TestnetModal>
- </Hero>
- <LayoutWrapper
- className=""
- dark={false}
- gradient={false}
- >
- <TitleWrapper
- className=""
- subtitle=""
- title="acropolis.criticalDocuments.title"
- >
- <ColumnsLayout
- className=""
- columnsCount={2}
- largeSpacing={false}
- >
- <Pane
- className=""
- disabled={false}
- href="https://github.com/Joystream/joystream/tree/master/testnets/acropolis/specification"
- image="icon-component-mock"
- target="_blank"
- title="acropolis.criticalDocuments.fullSpecifications.title"
- >
- acropolis.criticalDocuments.fullSpecifications.text
- </Pane>
- <Pane
- className=""
- disabled={false}
- href="https://github.com/Joystream/joystream/tree/master/testnets/acropolis"
- image="icon-component-mock"
- target="_blank"
- title="acropolis.criticalDocuments.releasePlan.title"
- >
- acropolis.criticalDocuments.releasePlan.text
- </Pane>
- </ColumnsLayout>
- </TitleWrapper>
- <TitleWrapper
- className=""
- subtitle={
- <Trans
- components={
- Array [
- <Link
- className=""
- highlighted={false}
- href="https://github.com/Joystream/joystream/tree/master/testnets/acropolis#release-okrs"
- >
- OKR
- </Link>,
- ]
- }
- i18nKey="acropolis.testnetGoals.subtitle"
- />
- }
- title="acropolis.testnetGoals.title"
- >
- <GoalList
- data={
- Array [
- Object {
- "text": "acropolis.testnetGoals.goals.forum.text",
- "title": "acropolis.testnetGoals.goals.forum.title",
- },
- Object {
- "text": "acropolis.testnetGoals.goals.storageNode.text",
- "title": "acropolis.testnetGoals.goals.storageNode.title",
- },
- Object {
- "text": "acropolis.testnetGoals.goals.storageProviders.text",
- "title": "acropolis.testnetGoals.goals.storageProviders.title",
- },
- Object {
- "state": "postponed",
- "text": "acropolis.testnetGoals.goals.tranches.text",
- "title": "acropolis.testnetGoals.goals.tranches.title",
- },
- ]
- }
- />
- </TitleWrapper>
- </LayoutWrapper>
- <LayoutWrapper
- className=""
- dark={true}
- gradient={false}
- >
- <TitleWrapper
- className=""
- subtitle=""
- title="acropolis.roles.title"
- >
- <ColumnsLayout
- className=""
- columnsCount={2}
- largeSpacing={false}
- >
- <RoleList
- content={
- Object {
- "contentCreatorsCount": 20,
- "contentCuratorsCount": 3,
- "councilMembersCount": 12,
- "storageProviders": 10,
- "validatorsCount": 20,
- }
- }
- oldTestnet={true}
- roles={
- Array [
- Object {
- "hasLabel": false,
- "image": "icon-component-mock",
- "key": "validatorsCount",
- "title": "rolesData.validator",
- "to": "/roles#validator",
- },
- Object {
- "hasLabel": false,
- "image": "icon-component-mock",
- "key": "councilMembersCount",
- "title": "rolesData.councilMember",
- "to": "/roles#council-member",
- },
- Object {
- "hasLabel": true,
- "image": "icon-component-mock",
- "key": "storageProviders",
- "title": "rolesData.storageProvider",
- "to": "/roles#storage-provider",
- },
- ]
- }
- t={[Function]}
- />
- </ColumnsLayout>
- </TitleWrapper>
- </LayoutWrapper>
- <MapInfo
- className=""
- location="acropolis"
- title="acropolis.map.title"
- >
- <p>
- <Trans
- components={
- Array [
- <strong />,
- <br />,
- <Link
- className=""
- highlighted={false}
- to="/athens"
- >
- <icon-component-mock />
- Explore previous testnet
- </Link>,
- ]
- }
- i18nKey="acropolis.map.text"
- />
- </p>
- </MapInfo>
- </BaseLayout>
- `;
|