You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(ui): remove additional places where FrontendHeader gets rendered (#100948)
follow up to
- #100915
which accidentally introduced duplicate tabs, as there are more places
that weren’t accessible to me that also rendered the `<FrontendHeader>`
and should’ve been removed in that PR.
fixes:
<img width="1367" height="358" alt="Screenshot 2025-10-06 at 09 41 13"
src="https://github.com/user-attachments/assets/2cf628fa-b316-49d6-a134-b19c9504a9d4"
/>
'( ( transaction.op:pageload OR transaction.op:navigation OR transaction.op:ui.render OR transaction.op:interaction ) OR project.id:[1] ) !transaction.op:http.server event.type:transaction',
51
-
}),
52
-
})
42
+
awaitwaitFor(()=>
43
+
expect(mainTableApiCall).toHaveBeenCalledWith(
44
+
'/organizations/org-slug/events/',
45
+
expect.objectContaining({
46
+
query: expect.objectContaining({
47
+
query:
48
+
'( ( transaction.op:pageload OR transaction.op:navigation OR transaction.op:ui.render OR transaction.op:interaction ) OR project.id:[1] ) !transaction.op:http.server event.type:transaction',
'( ( transaction.op:pageload OR transaction.op:navigation OR transaction.op:ui.render OR transaction.op:interaction ) ) !transaction.op:http.server event.type:transaction',
77
-
}),
78
-
})
67
+
awaitwaitFor(()=>
68
+
expect(mainTableApiCall).toHaveBeenCalledWith(
69
+
'/organizations/org-slug/events/',
70
+
expect.objectContaining({
71
+
query: expect.objectContaining({
72
+
query:
73
+
'( ( transaction.op:pageload OR transaction.op:navigation OR transaction.op:ui.render OR transaction.op:interaction ) ) !transaction.op:http.server event.type:transaction',
0 commit comments