From 8cdc5a897a7d8149d03ff992d5b98c540778a3b9 Mon Sep 17 00:00:00 2001 From: Kevin Schiffer Date: Sun, 18 Jun 2023 12:00:55 +0200 Subject: [PATCH] fixup! dev: Update cypress after update --- tools/mage/js.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/mage/js.go b/tools/mage/js.go index 7228a16b153..b3707b15f07 100644 --- a/tools/mage/js.go +++ b/tools/mage/js.go @@ -78,7 +78,7 @@ func (js Js) runCypress(command string, args ...string) error { mg.Deps(js.waitOn) return js.runYarnCommand("cypress", append([]string{ command, - "--config-file", filepath.Join("config", "cypress.json"), + "--config-file", filepath.Join("config", "cypress.config.js"), "--config", fmt.Sprintf("baseUrl=%s", js.frontendURL()), }, args...)...)