[ARVADOS-WORKBENCH2] updated: 2.1.0-224-g6a6c17ba
Git user
git at public.arvados.org
Thu Mar 25 08:15:57 UTC 2021
Summary of changes:
cypress/integration/collection.spec.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
via 6a6c17ba2b6936a2723d2c3698f8ef10ad8eec3d (commit)
from bde7ca868a0c201544476da6c049a98c1188dde9 (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 6a6c17ba2b6936a2723d2c3698f8ef10ad8eec3d
Author: Daniel Kutyła <daniel.kutyla at contractors.roche.com>
Date: Thu Mar 25 09:15:24 2021 +0100
17337: Removed 'only' test restriction
Arvados-DCO-1.1-Signed-off-by: Daniel Kutyła <daniel.kutyla at contractors.roche.com>
diff --git a/cypress/integration/collection.spec.js b/cypress/integration/collection.spec.js
index 6bfe5581..8c002362 100644
--- a/cypress/integration/collection.spec.js
+++ b/cypress/integration/collection.spec.js
@@ -170,7 +170,7 @@ describe('Collection panel tests', function () {
})
})
- it.only('renames a file using valid names', function () {
+ it('renames a file using valid names', function () {
function eachPair(lst, func){
for(var i=0; i < lst.length - 1; i++){
func(lst[i], lst[i + 1])
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list