mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-31 17:38:28 +00:00
[ACA-2473] action menus - reorder and capitalisation (#1135)
* reorder actions and typography * capitalize labels * added titlecase pipe name * remove titlecase pipe * actions titlecase strings * update e2e * fix text selector * e2e exclude deleteaction checks
This commit is contained in:
committed by
Adina Parpalita
parent
9e0e50d57d
commit
17ce7f1cbc
@@ -286,7 +286,7 @@ describe('Library actions', () => {
|
||||
it('from Favorite Libraries - [C290108]', async () => {
|
||||
await page.goToFavoriteLibrariesAndWait();
|
||||
await dataTable.selectItem(siteModerated2Admin);
|
||||
await toolbar.clickButton('Cancel join request');
|
||||
await toolbar.clickButton('Cancel Join Request');
|
||||
|
||||
expect(await page.getSnackBarMessage()).toEqual(`Canceled the request to join the library`);
|
||||
|
||||
@@ -301,7 +301,7 @@ describe('Library actions', () => {
|
||||
await dataTable.waitForBody();
|
||||
|
||||
await dataTable.selectItem(siteSearchModerated2Admin);
|
||||
await toolbar.clickButton('Cancel join request');
|
||||
await toolbar.clickButton('Cancel Join Request');
|
||||
|
||||
expect(await page.getSnackBarMessage()).toEqual(`Canceled the request to join the library`);
|
||||
|
||||
|
Reference in New Issue
Block a user