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:
parent
f9b07dad24
commit
437a327b73
1 changed files with 1 additions and 1 deletions
|
@ -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");
|
||||
|
||||
|
|
Loading…
Reference in a new issue