Skip to content

Commit

Permalink
Reintroduce skipped test as upstream code is fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
vishal423 committed Sep 21, 2024
1 parent 693d163 commit fa89d12
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ describe('Register User', () => {
})
})

it.skip('should not allow user account creation with duplicate username', () => {
it('should not allow user account creation with duplicate username', () => {
cy.getByTestId('registerForm').within(() => {
cy.getByName('username')
.type('admin')
Expand Down

0 comments on commit fa89d12

Please sign in to comment.