MCPcopy
hub / github.com/getsentry/sentry / setNotes

Function setNotes

static/gsAdmin/components/adminConfirmationModal.spec.tsx:25–28  ·  view source on GitHub ↗
(notes: string)

Source from the content-addressed store, hash-verified

23 };
24
25 const setNotes = async (notes: string) => {
26 await userEvent.clear(screen.getByRole('textbox', {name: 'Notes'}));
27 await userEvent.type(screen.getByRole('textbox', {name: 'Notes'}), notes);
28 };
29
30 it('renders default fields', async () => {
31 render(

Callers 2

AddGiftBudgetModalFunction · 0.85

Calls 2

clearMethod · 0.65
typeMethod · 0.45

Tested by

no test coverage detected