ci: ignore two file changes for chromatic ui review

PR-URL: https://github.com/hasura/graphql-engine-mono/pull/7859
GitOrigin-RevId: 9fdcaf936c2fae7f64910de2003d31ac421e25c9
This commit is contained in:
Nicolas Beaussart 2023-02-07 21:04:02 +01:00 committed by hasura-bot
parent 2516a6a028
commit 90c1b21c21
2 changed files with 2 additions and 1 deletions

View File

@ -46,7 +46,7 @@ const OneOffScheduledEventForm = (props: Props) => {
tooltip="A statement to help describe the scheduled event in brief"
/>
</div>
<div className="mb-md">
<div className="mb-md chromatic-ignore">
<ScheduledTime />
</div>
<div className="mb-md">

View File

@ -33,6 +33,7 @@ WithSurvey.parameters = {
onboardingDataEmptyActivity,
fetchUnansweredSurveysHandler,
],
chromatic: { disableSnapshot: true },
};
export const WithoutSurvey: Story = () => {