Fix incorrect Cypress test name

Oops, I used this as a stub test for just logging in at first, and then forgot to rename it!
This commit is contained in:
Emi Matchu 2021-04-19 03:57:46 -07:00
parent f9b07dad24
commit 437a327b73

View file

@ -1,7 +1,7 @@
import * as page from "./page";
describe("WardrobePage: Outfit saving", () => {
it("logs in", () => {
it("Saves a basic outfit", () => {
cy.logInAs("dti-test");
cy.visit("/outfits/new?species=1&color=8");