Rename cypress test to `personaProfile`
This commit is contained in:
parent
aa30dadfd7
commit
8882e04049
|
|
@ -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");
|
||||||
|
|
||||||
Loading…
Reference in New Issue