CSR-343 Cleanup
This commit is contained in:
parent
0e387da199
commit
1f80562765
1 changed files with 0 additions and 3 deletions
|
|
@ -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);
|
||||
});
|
||||
|
|
|
|||
Loading…
Reference in a new issue