Skip to content

Commit 3d12765

Browse files
committed
fix(e2e): remove trace tab from log side panel tab navigation test
The Trace tab is no longer shown for log sources — trace functionality is accessed via the View Trace button instead. Made-with: Cursor
1 parent 4092756 commit 3d12765

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/app/tests/e2e/features/search/search.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ test.describe('Search', { tag: '@search' }, () => {
5353
});
5454

5555
await test.step('Navigate through all side panel tabs', async () => {
56-
const tabs = ['parsed', 'trace', 'context', 'overview'];
56+
const tabs = ['parsed', 'context', 'overview'];
5757

5858
// Use side panel component to navigate tabs
5959
for (const tabName of tabs) {

0 commit comments

Comments
 (0)