Rename cypress test to `personaProfile`

This commit is contained in:
Daniel Egger 2024-07-16 16:43:20 +02:00
parent aa30dadfd7
commit 8882e04049
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
import { TEST_USER_EMPTY_ID } from "../../consts"; import { TEST_USER_EMPTY_ID } from "../../consts";
import { login } from "../helpers"; import { login } from "../helpers";
describe("profile.cy.js", () => { describe("personalProfile.cy.js", () => {
beforeEach(() => { beforeEach(() => {
cy.manageCommand("cypress_reset"); cy.manageCommand("cypress_reset");