Skip to content

Commit

Permalink
Correct typo and remove test debug
Browse files Browse the repository at this point in the history
  • Loading branch information
arbulu89 committed Aug 6, 2024
1 parent 9ed15d7 commit 1bf160e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion assets/jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ module.exports = {
config: {
checksServiceBaseUrl: '',
suseManagerEnabled: true,
adminUsernam: 'admin',
adminUsername: 'admin',
oidcEnabled: false,
aTestVariable: 123,
},
Expand Down
2 changes: 0 additions & 2 deletions assets/js/pages/Users/UserForm.test.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -422,8 +422,6 @@ describe('UserForm', () => {

await user.click(screen.getByRole('button', { name: 'Save' }));

screen.debug(undefined, 100000);

expect(mockOnSave).toHaveBeenNthCalledWith(1, {
enabled: true,
abilities: abilities.slice(0, 2),
Expand Down

0 comments on commit 1bf160e

Please sign in to comment.