Commit 5d52db4
test(browser): Fix session test lint error and debug message order
Replace the inline `import()` type annotation in the browserSession unit test
with a top-level type import to satisfy `consistent-type-imports`.
Reorder the expected logs in the debug integration test: now that the initial
session capture is deferred, the "Discarded session" warning is emitted after
the `BrowserSession` integration is installed rather than before it.
Co-Authored-By: Cursor Agent <cursoragent@cursor.com>
Co-authored-by: Cursor <cursoragent@cursor.com>1 parent d183039 commit 5d52db4
2 files changed
Lines changed: 3 additions & 2 deletions
File tree
- dev-packages/browser-integration-tests/suites/public-api/debug
- packages/browser/test/integrations
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
38 | 37 | | |
| 38 | + | |
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| 5 | + | |
5 | 6 | | |
6 | 7 | | |
7 | 8 | | |
| |||
24 | 25 | | |
25 | 26 | | |
26 | 27 | | |
27 | | - | |
| 28 | + | |
28 | 29 | | |
29 | 30 | | |
30 | 31 | | |
| |||
0 commit comments