@alfresco/aca-playwright-shared
Advanced tools
Comparing version 6.0.0-11683666103 to 6.0.0-11699360027
@@ -24,3 +24,3 @@ /*! | ||
*/ | ||
import { TagBody, TagEntry } from '@alfresco/js-api'; | ||
import { TagBody, TagEntry, TagPaging } from '@alfresco/js-api'; | ||
export declare class TagsApi { | ||
@@ -33,2 +33,3 @@ private apiService; | ||
deleteTag(tagId: string): Promise<void>; | ||
listTagsForNode(nodeId: string): Promise<TagPaging>; | ||
} |
{ | ||
"name": "@alfresco/aca-playwright-shared", | ||
"version": "6.0.0-11683666103", | ||
"version": "6.0.0-11699360027", | ||
"license": "LGPL-3.0", | ||
@@ -5,0 +5,0 @@ "dependencies": { |
@@ -29,2 +29,4 @@ /*! | ||
constructor(page: Page); | ||
private readonly categoriesManagement; | ||
private readonly tagsCreator; | ||
getNameField: (labelText: string) => import("playwright-core").Locator; | ||
@@ -59,2 +61,18 @@ getIdField: (labelText: string) => import("playwright-core").Locator; | ||
selectVisibility: (visibilityOption: string) => Promise<void>; | ||
tagsAccordion: import("playwright-core").Locator; | ||
categoriesAccordion: import("playwright-core").Locator; | ||
tagsAccordionPenButton: import("playwright-core").Locator; | ||
categoriesAccordionPenButton: import("playwright-core").Locator; | ||
tagsInput: import("playwright-core").Locator; | ||
createTagButton: import("playwright-core").Locator; | ||
tagsChips: import("playwright-core").Locator; | ||
tagsChipsXButton: import("playwright-core").Locator; | ||
tagsAccordionCancelButton: import("playwright-core").Locator; | ||
tagsAccordionConfirmButton: import("playwright-core").Locator; | ||
categoriesAccordionCancelButton: import("playwright-core").Locator; | ||
categoriesAccordionConfirmButton: import("playwright-core").Locator; | ||
categoriesInput: import("playwright-core").Locator; | ||
categoriesListItems: import("playwright-core").Locator; | ||
categoriesItemRemoveButton: import("playwright-core").Locator; | ||
categoriesCreatedList: import("playwright-core").Locator; | ||
checkCommentsHeaderCount(): Promise<number>; | ||
@@ -61,0 +79,0 @@ verifyCommentsCountFromList(expectedNumber: number): Promise<void>; |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
2055915
18693