test: remove only mark for tests

This commit is contained in:
mutoe 2023-12-11 22:35:56 +08:00
parent ac3c831e2b
commit 67be843214
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
import { ROUTES } from './constant'
describe.only('follow', () => {
describe('follow', () => {
beforeEach(() => {
cy.intercept('GET', /articles\?/, { fixture: 'articles.json' }).as('getArticles')
cy.intercept('GET', /tags/, { fixture: 'tags.json' }).as('getTags')