[arvados-workbench2] updated: 2.7.0-229-g8530de10
git repository hosting
git at public.arvados.org
Thu Nov 9 16:30:57 UTC 2023
Summary of changes:
cypress/integration/side-panel.spec.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
via 8530de10102e931fca7adf3eae39ca562ffea5ec (commit)
from 6c351b29d205b54fd86b62cf4e39d06b0d2a6dcd (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 8530de10102e931fca7adf3eae39ca562ffea5ec
Author: Lisa Knox <lisaknox83 at gmail.com>
Date: Thu Nov 9 11:30:51 2023 -0500
19302: removed .only from test spec Arvados-DCO-1.1-Signed-off-by: Lisa Knox <lisa.knox at curii.com>
diff --git a/cypress/integration/side-panel.spec.js b/cypress/integration/side-panel.spec.js
index 84649f45..d6ac754d 100644
--- a/cypress/integration/side-panel.spec.js
+++ b/cypress/integration/side-panel.spec.js
@@ -148,7 +148,7 @@ describe('Side panel tests', function() {
cy.get('[data-cy=side-panel-collapsed]').should('not.exist')
})
- it.only('can navigate from collapsed panel', () => {
+ it('can navigate from collapsed panel', () => {
const collapsedCategories = {
'shared-with-me': '/shared-with-me',
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list