Skip to content

Commit 022faff

Browse files
committed
Remove browserHelpers
1 parent 26ca39f commit 022faff

File tree

2 files changed

+0
-19
lines changed

2 files changed

+0
-19
lines changed

packages/integration-tests/README.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,6 @@ suites/
3131

3232
`utils/helpers.ts` contains helpers that could be used in assertions (`test.ts`). These helpers define a convenient and reliable API to interact with Playwright's native API. It's highly recommended to define all common patterns of Playwright usage in helpers.
3333

34-
`utils/browserHelpers.ts` contains helpers that are used in browser subjects (`subject.ts`). They are convenient to reduce duplication on injected code into browser environment.
35-
3634
### Fixtures
3735

3836
[Fixtures](https://playwright.dev/docs/api/class-fixtures) allows us to define the globals and test-specific information in assertion groups (`test.ts` files). In it's current state, `fixtures.ts` contains an extension over the pure version of `test()` function of Playwright. All the tests should import `sentryTest` function from `utils/fixtures.ts` instead of `@playwright/test` to be able to access the extra fixtures.
@@ -71,5 +69,4 @@ Apart from [Playwright-specific issues](https://playwright.dev/docs/troubleshoot
7169
- If both default `template.hbs` and `init.js` are defined for the test group.
7270
- If a `subject.js` is defined for the test case.
7371
- If either of `init.js` or `subject.js` contain non-browser code.
74-
- If `utils/browserHelpers.ts` contain non-browser code.
7572
- If the webpack configuration is valid.

packages/integration-tests/utils/browserHelpers.ts

Lines changed: 0 additions & 16 deletions
This file was deleted.

0 commit comments

Comments
 (0)