From 05b2e008a8632037b99bfdc67326f4acb85377bd Mon Sep 17 00:00:00 2001 From: mutoe Date: Tue, 27 Oct 2020 00:31:04 +0800 Subject: [PATCH] test: remove only flag --- cypress/integration/guest.spec.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cypress/integration/guest.spec.js b/cypress/integration/guest.spec.js index 4d46fef..7c99037 100644 --- a/cypress/integration/guest.spec.js +++ b/cypress/integration/guest.spec.js @@ -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')