frontend-defaults: update createApp test to include dialog API and display
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
@@ -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 />
|
||||
|
||||
Reference in New Issue
Block a user