frontend-defaults: update createApp test to include dialog API and display

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
Patrik Oldsberg
2025-03-03 10:43:58 +01:00
parent b508e58efd
commit 2150075a60
@@ -269,6 +269,7 @@ describe('createApp', () => {
expect(String(tree.root)).toMatchInlineSnapshot(`
"<root out=[core.reactElement]>
apis [
<api:app/dialog out=[core.api.factory] />
<api:app/discovery out=[core.api.factory] />
<api:app/alert out=[core.api.factory] />
<api:app/analytics out=[core.api.factory] />
@@ -328,6 +329,7 @@ describe('createApp', () => {
elements [
<app-root-element:app/oauth-request-dialog out=[core.reactElement] />
<app-root-element:app/alert-display out=[core.reactElement] />
<app-root-element:app/dialog-display out=[core.reactElement] />
]
signInPage [
<sign-in-page:app />