Skip to content

Commit 63dd47d

Browse files
committed
e2e supports custom snackbar component
1 parent aa6b493 commit 63dd47d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

e2e/app.po.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@ export class AppPage {
2525
}
2626

2727
public getSnackBar(): Promise<string> {
28-
return this.page.innerText('simple-snack-bar');
28+
return this.page.innerText('[matsnackbarlabel]');
2929
}
3030
}

0 commit comments

Comments
 (0)