minor fixes

This commit is contained in:
Yasa-Nataliya
2023-10-09 20:20:57 +05:30
parent db63277c4c
commit aea020a8cd
5 changed files with 60 additions and 10 deletions
-1
View File
@@ -47,7 +47,6 @@ export class MetadataViewPage {
applyAspect = element(by.cssContainingText(`button span.mat-button-wrapper`, 'Apply Aspect'));
saveMetadataButton = $(`[data-automation-id='save-metadata']`);
saveGeneralMetadataButton = $(`[data-automation-id='save-generalInfo-metadata']`);
resetGeneralMetadataButton = $(`[data-automation-id='reset-general-metadata']`);
resetMetadataButton = $(`[data-automation-id='reset-metadata']`);
private getMetadataGroupLocator = async (groupName: string): Promise<ElementFinder> =>