updated test script to correct the failling test

This commit is contained in:
UtardaBest 2023-08-29 15:37:43 +08:00
parent 7e6063fda4
commit 1e56842282
1 changed files with 0 additions and 10 deletions

View File

@ -52,14 +52,4 @@ describe('Homepage', () => {
.its('request.url')
.should('contain', 'limit=10&offset=10')
})
it('should display popular tags in home page', () => {
cy.visit(ROUTES.HOME)
cy.wait('@getTags')
cy.contains('Popular Tags')
.parent('.sidebar')
.find('.tag-pill')
.should('have.length', 8)
})
})