[ARVADOS-WORKBENCH2] updated: 2.1.0-192-gcb320283
Git user
git at public.arvados.org
Wed Feb 17 20:58:01 UTC 2021
Summary of changes:
cypress/integration/favorites.spec.js | 8 ++++----
.../projects-tree-picker/projects-tree-picker.tsx | 2 +-
2 files changed, 5 insertions(+), 5 deletions(-)
via cb320283ce44c2f31f2406e3c7de811689a7c9df (commit)
from 16ff95d6cc0e7c643b9d7a8fc673481316df9378 (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 cb320283ce44c2f31f2406e3c7de811689a7c9df
Author: Daniel Kutyła <daniel.kutyla at contractors.roche.com>
Date: Wed Feb 17 22:01:41 2021 +0100
17306: Fixed typos
Arvados-DCO-1.1-Signed-off-by: Daniel Kutyła <daniel.kutyla at contractors.roche.com>01~
diff --git a/cypress/integration/favorites.spec.js b/cypress/integration/favorites.spec.js
index 3ad8e7db..13beed7a 100644
--- a/cypress/integration/favorites.spec.js
+++ b/cypress/integration/favorites.spec.js
@@ -128,10 +128,10 @@ describe('Favorites tests', function () {
});
cy.get('[data-cy=form-dialog]').within(function () {
- cy.get('[data-cy=projects-tree-favourites-tree-pciker]').find('i').click();
+ cy.get('[data-cy=projects-tree-favourites-tree-picker]').find('i').click();
cy.contains(myProject1.name);
cy.contains(mySharedWritableProject.name);
- cy.get('[data-cy=projects-tree-favourites-tree-pciker]')
+ cy.get('[data-cy=projects-tree-favourites-tree-picker]')
.should('not.contain', mySharedReadonlyProject.name);
cy.contains(mySharedWritableProject.name).click();
cy.get('[data-cy=form-submit-btn]').click();
@@ -177,11 +177,11 @@ describe('Favorites tests', function () {
cy.get('[data-cy=context-menu]')
.contains('Copy selected into the collection').click();
- cy.get('[data-cy=projects-tree-favourites-tree-pciker]')
+ cy.get('[data-cy=projects-tree-favourites-tree-picker]')
.find('i')
.click();
- cy.get('[data-cy=projects-tree-favourites-tree-pciker]')
+ cy.get('[data-cy=projects-tree-favourites-tree-picker]')
.contains(testTargetCollection.name)
.click();
diff --git a/src/views-components/projects-tree-picker/projects-tree-picker.tsx b/src/views-components/projects-tree-picker/projects-tree-picker.tsx
index 37a4c4d9..f28d173e 100644
--- a/src/views-components/projects-tree-picker/projects-tree-picker.tsx
+++ b/src/views-components/projects-tree-picker/projects-tree-picker.tsx
@@ -34,7 +34,7 @@ export const ProjectsTreePicker = ({ pickerId, ...props }: ProjectsTreePickerPro
<HomeTreePicker pickerId={home} {...p} />
<SharedTreePicker pickerId={shared} {...p} />
<PublicFavoritesTreePicker pickerId={publicFavorites} {...p} />
- <div data-cy="projects-tree-favourites-tree-pciker">
+ <div data-cy="projects-tree-favourites-tree-picker">
<FavoritesTreePicker pickerId={favorites} {...p} />
</div>
</div>;
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list