CSR-343 Cleanup

This commit is contained in:
Katie 2022-06-30 08:40:32 -04:00
parent 0e387da199
commit 1f80562765

View file

@ -182,9 +182,6 @@ describe("glass-part-question.vue", () => {
// Act
await wrapper.setData({ selectedTint: selectedTint });
console.log(expectedResults)
console.log(wrapper.vm.partsForSelectedTint)
// Assert
expect(expectedResults).toEqual(wrapper.vm.partsForSelectedTint);
});