Skip to content

Commit

Permalink
Update packages/e2e-tests/test-applications/standard-frontend-react/t…
Browse files Browse the repository at this point in the history
…ests/behaviour-test.spec.ts

Co-authored-by: Lukas Stracke <[email protected]>
  • Loading branch information
mydea and Lms24 authored Mar 20, 2023
1 parent 71bfaa6 commit 7ef34f6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ test('Sends a Replay recording to Sentry', async ({ browser }) => {
)
.toBe(200);

// now fetch the first recoridng segment
// now fetch the first recording segment
await expect
.poll(
async () => {
Expand Down

0 comments on commit 7ef34f6

Please sign in to comment.