frontend-*: test fixes for core.router addition

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
Patrik Oldsberg
2023-11-16 17:00:55 +01:00
parent 68310c4df5
commit 0403c3be64
3 changed files with 5 additions and 4 deletions
@@ -133,7 +133,7 @@ describe('createPlugin', () => {
await renderWithEffects(
createTestAppRoot({
features: [plugin],
config: { app: { extensions: [{ 'core.layout': false }] } },
config: { app: { extensions: [{ 'core.router': false }] } },
}),
);
@@ -161,7 +161,7 @@ describe('createPlugin', () => {
config: {
app: {
extensions: [
{ 'core.layout': false },
{ 'core.router': false },
{
'plugin.catalog.page': {
config: { name: 'CatalogRenamed' },