Login: remove space from folder name

This commit is contained in:
Darya Umrikhina 2024-09-02 11:53:12 +04:00
parent 1470945088
commit e7efda748d
3 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@
// content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0
// International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode
import { expect, test } from "./fixtures /base";
import { expect, test } from "./fixtures/base";
import { endpoints } from "./mocking/endpoints";
test("wizard success", async ({ page, mockRequest }) => {