Skip to content

Commit bee8bd1

Browse files
Remove .only on upload cypress test (#3869)
1 parent 4c0b25f commit bee8bd1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/probers/cypress/e2e/uploadTrack.cy.ts

+2-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,8 @@ describe('Upload Track', () => {
7272

7373
cy.findByRole('heading', { name: /track/i, level: 1 }).should('exist')
7474
})
75-
it.only('should upload a track with a subgenre', () => {
75+
76+
it('should upload a track with a subgenre', () => {
7677
const base64Entropy = Buffer.from(user.entropy).toString('base64')
7778
cy.visit(`trending?login=${base64Entropy}`)
7879
cy.findByText(user.name, { timeout: 20000 }).should('exist')

0 commit comments

Comments
 (0)