Try migrating to depot (#9555)

This commit is contained in:
Charles Bochet
2025-01-10 21:46:26 +01:00
committed by GitHub
parent 5ec28afac9
commit 9d735b8562
6 changed files with 53 additions and 20 deletions

View File

@ -1,6 +1,6 @@
import { Meta, StoryObj } from '@storybook/react';
import { within } from '@storybook/test';
import { graphql, HttpResponse } from 'msw';
import { HttpResponse, graphql } from 'msw';
import { SettingsDevelopersWebhooksDetail } from '~/pages/settings/developers/webhooks/components/SettingsDevelopersWebhookDetail';
import {
@ -50,6 +50,8 @@ export const Default: Story = {
const canvas = within(canvasElement);
await canvas.findByText(
'We will send POST requests to this endpoint for every new event',
undefined,
{ timeout: 10000 },
);
await canvas.findByText('Delete this integration');
},