[arvados-workbench2] updated: 2.4.0-144-g9cd0c275
git repository hosting
git at public.arvados.org
Thu Sep 15 18:24:09 UTC 2022
Summary of changes:
cypress/integration/search.spec.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
via 9cd0c2757db479fb75e150d52d4871d9a88af364 (commit)
from 54805dd83a984d4e34bb35146d2505bac12bc1d0 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
commit 9cd0c2757db479fb75e150d52d4871d9a88af364
Author: Daniel Kutyła <daniel.kutyla at contractors.roche.com>
Date: Thu Sep 15 20:23:29 2022 +0200
19051: Removed 'only' from the Cypress test
Arvados-DCO-1.1-Signed-off-by: Daniel Kutyła <daniel.kutyla at contractors.roche.com>
diff --git a/cypress/integration/search.spec.js b/cypress/integration/search.spec.js
index cbb091fd..97a332fa 100644
--- a/cypress/integration/search.spec.js
+++ b/cypress/integration/search.spec.js
@@ -105,7 +105,7 @@ describe('Search tests', function() {
});
});
- it.only('can search items using quotes', function() {
+ it('can search items using quotes', function() {
const random = Math.floor(Math.random() * Math.floor(999999));
const colName = `Collection ${random}`;
const colName2 = `Collection test ${random}`;
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list