[ARVADOS-WORKBENCH2] created: 2.1.0-179-g1566e809
Git user
git at public.arvados.org
Tue Jan 26 13:51:53 UTC 2021
at 1566e8093d43b3ea94a1671ca58c04c393eda30b (commit)
commit 1566e8093d43b3ea94a1671ca58c04c393eda30b
Author: Lucas Di Pentima <lucas at di-pentima.com.ar>
Date: Tue Jan 26 10:51:20 2021 -0300
17266: Removes the .only() to see if all tests pass.
Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <lucas at di-pentima.com.ar>
diff --git a/cypress/integration/collection-panel.spec.js b/cypress/integration/collection-panel.spec.js
index 424c2bad..1ca9d1b5 100644
--- a/cypress/integration/collection-panel.spec.js
+++ b/cypress/integration/collection-panel.spec.js
@@ -28,7 +28,7 @@ describe('Collection panel tests', function() {
cy.clearLocalStorage();
});
- it.only('shows collection by URL', function() {
+ it('shows collection by URL', function() {
cy.loginAs(activeUser);
[true, false].map(function(isWritable) {
cy.createGroup(adminUser.token, {
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list