Browse Source

Update screenshots.

pull/1135/head
Sebastian Stehle 2 years ago
parent
commit
62b2133551
  1. 6
      backend/src/Squidex.Domain.Apps.Entities/Contents/ReferencesJintExtension.cs
  2. BIN
      tools/e2e/snapshots/login.spec.ts-snapshots/visual-test-1-logged-out-linux.png

6
backend/src/Squidex.Domain.Apps.Entities/Contents/ReferencesJintExtension.cs

@ -138,12 +138,8 @@ public sealed class ReferencesJintExtension : IJintExtension, IScriptDescriptor
{
var appProvider = serviceProvider.GetRequiredService<IAppProvider>();
var app = await appProvider.GetAppAsync(appId);
if (app == null)
{
var app = await appProvider.GetAppAsync(appId) ??
throw new JavaScriptException("App does not exist.");
}
return app;
}

BIN
tools/e2e/snapshots/login.spec.ts-snapshots/visual-test-1-logged-out-linux.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 52 KiB

After

Width:  |  Height:  |  Size: 46 KiB

Loading…
Cancel
Save