[arvados] updated: 2.7.0-6300-gf58e8a4b52
git repository hosting
git at public.arvados.org
Wed May 15 13:25:43 UTC 2024
Summary of changes:
services/workbench2/cypress/e2e/workflow.cy.js | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
via f58e8a4b526cf7237cfbdee17de592356bcd97dc (commit)
from 41be93832723d929bf5b0b6091a753f13766c757 (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 f58e8a4b526cf7237cfbdee17de592356bcd97dc
Author: Lisa Knox <lisaknox83 at gmail.com>
Date: Wed May 15 09:25:16 2024 -0400
21535: removed .only and added more assertions Arvados-DCO-1.1-Signed-off-by: Lisa Knox <lisa.knox at curii.com>
diff --git a/services/workbench2/cypress/e2e/workflow.cy.js b/services/workbench2/cypress/e2e/workflow.cy.js
index 315a4c9541..9ebbde8a31 100644
--- a/services/workbench2/cypress/e2e/workflow.cy.js
+++ b/services/workbench2/cypress/e2e/workflow.cy.js
@@ -2,7 +2,7 @@
//
// SPDX-License-Identifier: AGPL-3.0
-describe.only('Registered workflow panel tests', function() {
+describe('Registered workflow panel tests', function() {
let activeUser;
let adminUser;
@@ -247,7 +247,7 @@ describe.only('Registered workflow panel tests', function() {
});
});
- it.only('can delete multiple workflows', function() {
+ it('can delete multiple workflows', function() {
cy.createResource(activeUser.token, "workflows", {workflow: {name: "Test wf1"}})
cy.createResource(activeUser.token, "workflows", {workflow: {name: "Test wf2"}})
cy.createResource(activeUser.token, "workflows", {workflow: {name: "Test wf3"}})
@@ -255,7 +255,7 @@ describe.only('Registered workflow panel tests', function() {
cy.loginAs(activeUser);
cy.get('[data-cy=data-table-multiselect-popover]').click();
cy.get('[data-cy=multiselect-popover-All]').click();
- cy.waitForDom();
+ cy.waitForDom().get('[data-cy=multiselect-popover-All]', {timeout: 10000}).should('not.exist');
cy.waitForDom().get('[data-cy=multiselect-button]', {timeout: 10000}).should('be.visible');
cy.get('[data-cy=multiselect-button]', {timeout: 10000}).should('have.length', '1').trigger('mouseover');
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list