Fixing unit test
This commit is contained in:
parent
40e47949ef
commit
c2a4f87270
1 changed files with 1 additions and 1 deletions
|
|
@ -13,7 +13,7 @@ describe("buttonQuestion.vue", () => {
|
|||
wrapper.vm.chooseAnswer("2021");
|
||||
|
||||
// Assert
|
||||
expect(wrapper.find(".needed_car_info-text").text()).toEqual(
|
||||
expect(wrapper.find(".text-center").text()).toEqual(
|
||||
"Question Text"
|
||||
);
|
||||
const buttonButtons = wrapper.findAllComponents('[data-test="button"]');
|
||||
|
|
|
|||
Loading…
Reference in a new issue