Fixed branding icon path in mocked cypress config (#804)

Signed-off-by: Erik Michelson <github@erik.michelson.eu>
This commit is contained in:
Erik Michelson 2020-11-28 23:59:17 +01:00 committed by GitHub
parent 26b420c500
commit e8ccd44ff7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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(() => {