Skip to content
This repository has been archived by the owner on Oct 4, 2023. It is now read-only.

Commit

Permalink
Remove .only on upload cypress test (#3869)
Browse files Browse the repository at this point in the history
  • Loading branch information
raymondjacobson authored Aug 10, 2023
1 parent 4c0b25f commit bee8bd1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/probers/cypress/e2e/uploadTrack.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,8 @@ describe('Upload Track', () => {

cy.findByRole('heading', { name: /track/i, level: 1 }).should('exist')
})
it.only('should upload a track with a subgenre', () => {

it('should upload a track with a subgenre', () => {
const base64Entropy = Buffer.from(user.entropy).toString('base64')
cy.visit(`trending?login=${base64Entropy}`)
cy.findByText(user.name, { timeout: 20000 }).should('exist')
Expand Down

0 comments on commit bee8bd1

Please sign in to comment.