From e8ccd44ff7074553f76b99f0d98377712cf532c8 Mon Sep 17 00:00:00 2001 From: Erik Michelson Date: Sat, 28 Nov 2020 23:59:17 +0100 Subject: [PATCH] Fixed branding icon path in mocked cypress config (#804) Signed-off-by: Erik Michelson --- cypress/support/config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cypress/support/config.ts b/cypress/support/config.ts index efd40ed56..5dd2d6467 100644 --- a/cypress/support/config.ts +++ b/cypress/support/config.ts @@ -11,7 +11,7 @@ export const banner = { export const branding = { name: 'ACME Corp', - logo: 'http://localhost:3001/acme.png' + logo: 'http://localhost:3001/img/acme.png' } beforeEach(() => {