Skip to content

Commit

Permalink
test: remove only
Browse files Browse the repository at this point in the history
  • Loading branch information
aeneasr committed Mar 7, 2022
1 parent 48d0367 commit 87b3bce
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ context('Import Identities', () => {
})
}

it.only(`should be able to sign in using imported oidc credentials`, () => {
it(`should be able to sign in using imported oidc credentials`, () => {
const email = gen.email()
const website = 'https://' + gen.password() + '.com'
cy.request('POST', `${KRATOS_ADMIN}/identities`, {
Expand Down

0 comments on commit 87b3bce

Please sign in to comment.