test: remove only mark for tests
This commit is contained in:
parent
ac3c831e2b
commit
67be843214
|
|
@ -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')
|
||||
|
|
|
|||
Loading…
Reference in New Issue