[ARVADOS-WORKBENCH2] updated: 2.1.0-41-g85a89af1
Git user
git at public.arvados.org
Tue Nov 3 23:19:07 UTC 2020
Summary of changes:
cypress/integration/collection-panel.spec.js | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
via 85a89af1e635a1f791eaf5ee68cb31552f23bd1a (commit)
from f9f06922a53c2982f0368a06abc39787caa40eb0 (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 85a89af1e635a1f791eaf5ee68cb31552f23bd1a
Author: Daniel Kutyła <daniel.kutyla at contractors.roche.com>
Date: Wed Nov 4 00:18:55 2020 +0100
16005: Fixed tests
Arvados-DCO-1.1-Signed-off-by: Daniel Kutyła <daniel.kutyla at contractors.roche.com>
diff --git a/cypress/integration/collection-panel.spec.js b/cypress/integration/collection-panel.spec.js
index 7bdf7eab..963f24da 100644
--- a/cypress/integration/collection-panel.spec.js
+++ b/cypress/integration/collection-panel.spec.js
@@ -74,10 +74,10 @@ describe('Collection panel tests', function() {
// Check that properties can be added.
cy.get('[data-cy=collection-properties-form]').within(() => {
cy.get('[data-cy=property-field-key]').within(() => {
- cy.get('input', { force: true }).type('anotherKey');
+ cy.get('input', { force: true }).type('anotherKey', { force: true });
});
cy.get('[data-cy=property-field-value]').within(() => {
- cy.get('input', { force: true }).type('anotherValue');
+ cy.get('input', { force: true }).type('anotherValue', { force: true });
});
cy.root().submit();
})
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list