Skip to content

Commit

Permalink
refactor: remove only
Browse files Browse the repository at this point in the history
  • Loading branch information
tuliobluz committed Sep 24, 2024
1 parent a7fdd24 commit 248b8ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cypress/src/integration/howto/read.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ describe('[How To]', () => {
})

describe('[By Everyone]', () => {
it.only('[See all info]', () => {
it('[See all info]', () => {
const howto = howtos[0]
cy.visit(specificHowtoUrl)
cy.step('Edit button is not available')
Expand Down

0 comments on commit 248b8ef

Please sign in to comment.