Skip to content

Commit c7fc15b

Browse files
committed
test fix
1 parent 1224a47 commit c7fc15b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

web-report/src-e2e/App.test.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ describe('App test', () => {
107107
const overviewTab = screen.getByTestId('tab-overview');
108108

109109
// check if the endpoints tab is active
110-
expect(overviewTab).toHaveClass('data-[state=active]:bg-white');
110+
expect(overviewTab).toHaveClass('data-[state=active]:bg-blue-100');
111111

112112
});
113113
const endpointsTab = screen.getByTestId('tab-endpoints');
@@ -120,7 +120,7 @@ describe('App test', () => {
120120

121121
await waitFor(() => {
122122
// check if the endpoints tab is active
123-
expect(endpointsTab).toHaveClass('data-[state=active]:bg-white');
123+
expect(endpointsTab).toHaveClass('data-[state=active]:bg-blue-100');
124124
});
125125

126126
await waitFor(() => {

0 commit comments

Comments
 (0)