From ae34a7d9e0eb5f34a4b2afc50de769e740d3f741 Mon Sep 17 00:00:00 2001 From: Xinlan Emily Hu Date: Fri, 29 Sep 2023 11:28:48 -0400 Subject: [PATCH] fix reference to tipi and repoint to svi --- surveys/SVI/SVI.cy.jsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/surveys/SVI/SVI.cy.jsx b/surveys/SVI/SVI.cy.jsx index 448cf76..f25b657 100644 --- a/surveys/SVI/SVI.cy.jsx +++ b/surveys/SVI/SVI.cy.jsx @@ -1,5 +1,5 @@ import React from "react"; -import { TIPI } from "../../src/index"; +import { SVI } from "../../src/index"; const dummy = { set(response) {}, @@ -8,7 +8,7 @@ const dummy = { describe("SuperSpecialSurvey", () => { it("completes", () => { cy.spy(dummy, "set").as("callback"); - cy.mount(); + cy.mount(); // Instrumental Outcome cy.get('[data-name="Instrumental Outcome 1"] input[value="5"]').click({