Skip to content

Commit

Permalink
NAS-131403: Update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
denysbutenko committed Sep 30, 2024
1 parent 40362a6 commit 3b6816f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ describe('AppControlsComponent', () => {
await restartButton.click();

expect(snackbarSpy).toHaveBeenCalledWith('App is restarting');
expect(restartSpy).toHaveBeenCalledWith(app);
expect(restartSpy).toHaveBeenCalledWith(app.name);
});

it('checks redirect to installed apps page', async () => {
Expand Down

0 comments on commit 3b6816f

Please sign in to comment.