Skip to content

Commit

Permalink
Fixed a UI test
Browse files Browse the repository at this point in the history
  • Loading branch information
arcward committed Sep 14, 2024
1 parent 74175ae commit 05ae9d2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion frontend/src/App.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ describe('App Component', () => {
// debug();

expect(screen.getByText('Go to Users')).toBeInTheDocument();
expect(screen.getByText('Go to Commands')).toBeInTheDocument();
expect(screen.getByText('Go to Configure')).toBeInTheDocument();

});

Expand Down
3 changes: 0 additions & 3 deletions frontend/src/authContext.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,10 @@ describe('AuthProvider', () => {
render(
<ThemeProvider theme={theme}>
<Router>

<AuthProvider>

<TestComponent/>
</AuthProvider>
</Router>

</ThemeProvider>
);
});
Expand Down

0 comments on commit 05ae9d2

Please sign in to comment.