PR review
This commit is contained in:
parent
9e1dc3db61
commit
6d0dcb04a0
2 changed files with 1 additions and 3 deletions
|
|
@ -18,9 +18,7 @@ describe("damage-location-question.vue", () => {
|
||||||
//Assert
|
//Assert
|
||||||
expect(wrapper.emitted()["update:modelValue"][0]).toEqual([{ modelValue: ["Backseat"] }]);
|
expect(wrapper.emitted()["update:modelValue"][0]).toEqual([{ modelValue: ["Backseat"] }]);
|
||||||
});
|
});
|
||||||
});
|
|
||||||
|
|
||||||
describe("damage-location-question.vue", () => {
|
|
||||||
test("Answers to display filtered by data from api.", async () => {
|
test("Answers to display filtered by data from api.", async () => {
|
||||||
|
|
||||||
//Arrange
|
//Arrange
|
||||||
|
|
|
||||||
|
|
@ -66,7 +66,7 @@ const basePartResponse = {
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
describe("vehicle-damage.vue", () => {
|
describe("vehicle-parts.vue", () => {
|
||||||
|
|
||||||
test("Page header is initialized with api data", async (done) => {
|
test("Page header is initialized with api data", async (done) => {
|
||||||
//Arrange
|
//Arrange
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue