Skip to content
This repository was archived by the owner on Feb 26, 2025. It is now read-only.

Commit

Permalink
Remove typo and unnecessary await
Browse files Browse the repository at this point in the history
  • Loading branch information
danburonline committed Jan 24, 2024
1 parent 0d6f040 commit 3646b68
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ describe('DataExplorerGraphFlow', () => {
expect(dataExplorerState.fullscreen).toBe(false);
});

it('should the fullscren toggle present in the screen if the user in fullscreen mode', async () => {
it('should the fullscreen toggle present in the screen if the user in fullscreen mode', async () => {
store.dispatch(
InitNewVisitDataExplorerGraphView({
current: initialDataExplorerState.current,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ describe(
it('hides edit buttons for a user with out edit access', async () => {
server.use(aclHandler);

await render(
render(
<Provider store={store}>
<ConnectedRouter history={history}>
{/* @ts-ignore */}
Expand Down

0 comments on commit 3646b68

Please sign in to comment.