Skip to content

Commit

Permalink
Update tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
onurtemizkan committed Apr 26, 2024
1 parent ae9df48 commit 31fa545
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ test('Sends form data with action error to Sentry', async ({ page }) => {
expect(actionTransaction).toBeDefined();
expect(actionTransaction.contexts.trace.op).toBe('http.server');
expect(actionTransaction.spans[0].data).toMatchObject({
action_form_data_text: 'test',
action_form_data_file: 'file.txt',
'remix.action_form_data.text': 'test',
'remix.action_form_data.file': 'file.txt',
});
});

Expand Down

0 comments on commit 31fa545

Please sign in to comment.