Skip to content

Commit

Permalink
refactor(desk-tool): add test-id to missing document type schema (#3248)
Browse files Browse the repository at this point in the history
  • Loading branch information
RitaDias committed Apr 19, 2022
1 parent ad13254 commit 473c5f4
Showing 1 changed file with 7 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,13 @@ import {Card, Container, Heading, Stack, Text} from '@sanity/ui'

export function MissingDocumentTypesMessage() {
return (
<Card height="fill" paddingX={[5, 5, 7]} paddingY={[5, 5, 6]} sizing="border">
<Card
data-testid="missing-document-types-message"
height="fill"
paddingX={[5, 5, 7]}
paddingY={[5, 5, 6]}
sizing="border"
>
<Container>
<Stack space={5}>
<Heading as="h1">Empty schema</Heading>
Expand Down

3 comments on commit 473c5f4

@vercel
Copy link

@vercel vercel bot commented on 473c5f4 Apr 19, 2022

Choose a reason for hiding this comment

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

Successfully deployed to the following URLs:

studio-workshop – ./dev/workshop

studio-workshop.sanity.build
studio-workshop-git-next.sanity.build

@vercel
Copy link

@vercel vercel bot commented on 473c5f4 Apr 19, 2022

Choose a reason for hiding this comment

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

Successfully deployed to the following URLs:

test-studio – ./

test-studio.sanity.build
test-studio-git-next.sanity.build

@vercel
Copy link

@vercel vercel bot commented on 473c5f4 Apr 19, 2022

Choose a reason for hiding this comment

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

Successfully deployed to the following URLs:

perf-studio – ./

perf-studio-git-next.sanity.build
perf-studio.sanity.build

Please sign in to comment.