updated test script to correct the failling test
This commit is contained in:
parent
7e6063fda4
commit
1e56842282
|
|
@ -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)
|
||||
})
|
||||
})
|
||||
|
|
|
|||
Loading…
Reference in New Issue