Revert "ACS-3640 a 11 y aca 881740 snackbar messages disappear without option to adjust timing (#7916)" (#7977)

This reverts commit 4d76ebe1ab.
This commit is contained in:
Denys Vuika
2022-11-15 16:30:31 +00:00
committed by GitHub
parent 54c1dbeca5
commit 2683383881
26 changed files with 51 additions and 443 deletions

View File

@@ -92,7 +92,7 @@ export class NotificationDemoPage {
}
async clickActionButton(): Promise<void> {
await browser.executeScript(`document.querySelector(".adf-snackbar-message-content-action-label").click();`);
await browser.executeScript(`document.querySelector("simple-snack-bar > div > button").click();`);
}
async clearMessage(): Promise<void> {