test: remove only flag
This commit is contained in:
parent
9c3ab52fe5
commit
05b2e008a8
|
|
@ -26,7 +26,7 @@ describe('View the homepage by guest', () => {
|
|||
.should('contain.text', 'abc123')
|
||||
})
|
||||
|
||||
it.only('it should display correct tags when page loaded', () => {
|
||||
it('it should display correct tags when page loaded', () => {
|
||||
cy.wait('@getTags')
|
||||
|
||||
cy.get('div.tag-list')
|
||||
|
|
|
|||
Loading…
Reference in New Issue