GH Auto: Upstream dependencies ADF:8.1.0-15991325710 JS-API:9.1.0-15991325710 using Tag:8.1.0-15991325710 (#4646)

* [ci:force][auto-commit] Update dependencies ADF:8.1.0-15991325710  JS:9.1.0-15991325710

* Fixed e2e

---------

Co-authored-by: AleksanderSklorz <115619721+AleksanderSklorz@users.noreply.github.com>
Co-authored-by: Aleksander Sklorz <Aleksander.Sklorz@hyland.com>
This commit is contained in:
Alfresco Build
2025-07-01 13:01:20 +02:00
committed by GitHub
parent fa31a2d1a5
commit 39ba42d2fe
3 changed files with 39 additions and 39 deletions

View File

@@ -41,7 +41,7 @@ export class SnackBarComponent extends BaseComponent {
}
async getSnackBarMessage(): Promise<string> {
return this.message.textContent();
return this.message.innerText();
}
async getSnackBarActionText(): Promise<string> {