From 2b3fa73903f8f485df9783f16f00ad05098f9270 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Daniel=20Kuty=C5=82a?= Date: Tue, 13 Apr 2021 22:51:55 +0200 Subject: [PATCH] 17436: Removed only from cypress test suite MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Arvados-DCO-1.1-Signed-off-by: Daniel Kutyła --- cypress/integration/favorites.spec.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cypress/integration/favorites.spec.js b/cypress/integration/favorites.spec.js index eaeb6644..c745e267 100644 --- a/cypress/integration/favorites.spec.js +++ b/cypress/integration/favorites.spec.js @@ -153,7 +153,7 @@ describe('Favorites tests', function () { }); }); - it.only('can view favourites in workflow', () => { + it('can view favourites in workflow', () => { cy.createProject({ owningUser: adminUser, targetUser: activeUser, -- 2.30.2