test: remove only flag

This commit is contained in:
mutoe 2020-10-27 00:31:04 +08:00
parent 9c3ab52fe5
commit 05b2e008a8
No known key found for this signature in database
GPG Key ID: ABE5E78D073FC208
1 changed files with 1 additions and 1 deletions

View File

@ -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')