We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1224a47 commit c7fc15bCopy full SHA for c7fc15b
1 file changed
web-report/src-e2e/App.test.tsx
@@ -107,7 +107,7 @@ describe('App test', () => {
107
const overviewTab = screen.getByTestId('tab-overview');
108
109
// check if the endpoints tab is active
110
- expect(overviewTab).toHaveClass('data-[state=active]:bg-white');
+ expect(overviewTab).toHaveClass('data-[state=active]:bg-blue-100');
111
112
});
113
const endpointsTab = screen.getByTestId('tab-endpoints');
@@ -120,7 +120,7 @@ describe('App test', () => {
120
121
await waitFor(() => {
122
123
- expect(endpointsTab).toHaveClass('data-[state=active]:bg-white');
+ expect(endpointsTab).toHaveClass('data-[state=active]:bg-blue-100');
124
125
126
0 commit comments